CSS Named Color Reference

Light Sky Blue

Light Sky Blue·#87CEFA

Light Sky Blue is a brighter CSS named blue at #87CEFA that sits between Sky Blue and lighter near-pastel interface blues. Use it when you want a cleaner, more open surface color for soft panels, educational layouts, onboarding cards, and calm product backgrounds.

Recommended text colorDark text
Body text pairing10.00:1
Strongest RoleLight surfaces, onboarding cards, and airy supporting backgrounds

Technical Values

Exact numeric values for cross-tool conversion, token mapping, and accessibility review.

HEX#87CEFAPrimary token
RGB135, 206, 250Screen values
HSL203, 92%, 75%Hue and lightness
CMYK46, 18, 0, 2Print handoff
LAB80, -11, -29Perceptual reference

Tonal Direction

Scan the ramp from light to dark to judge how Light Sky Blue behaves across action states, layered surfaces, and supporting accents.

100#E9F6FE
300#C8E8FD
500#9DD7FB
600#87CEFA
800#6194B4

Contrast & Interface Preview

Not every foreground and background pairing behaves the same. Use these checks to decide when white text, dark text, or the color itself should take the lead.

White text on this color

Best for reversed buttons, tabs, badges, and filled action surfaces.

1.72:1Needs more separation

Dark text on this color

Works for larger headings and selective UI blocks, but not for dense body copy.

10.00:1AAA-level contrast

This color on light surface

Use this pairing when Light Sky Blue becomes the link, icon, border, or emphasis color on very light surfaces.

1.63:1Needs more separation
Recommended text colorDark text

Dark text reaches 10.00:1 against Light Sky Blue, which is strong enough for body text and standard action surfaces.

Where This Color Works

  • Use Light Sky Blue when you need an airy blue for onboarding surfaces, educational cards, soft empty states, and calm product backgrounds.
  • It is lighter and less forceful than Sky Blue or Deep Sky Blue, which makes it better for supportive layers than for primary actions or hard contrast moments.
  • Pair it with white, cool gray neutrals, and a darker anchor blue if you want to keep the interface gentle while still preserving hierarchy.

Reference Context

Color Notes

Light Sky Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.

Hue Family

Trust-building blues for enterprise and SaaS.

Source Library
CSS Named Colors

Related Blues

Palette Starting Points

Implementation Snippets

Reference-ready snippets for CSS variables, utility-first styling, and token exports.

CSS Variables
:root {
  --color-light-sky-blue: #87CEFA;
  --color-light-sky-blue-rgb: 135 206 250;
}

Drop into a global token file or CSS variable layer.

Utility Class
class="bg-[#87CEFA] text-white"
class="hover:bg-[#6194B4] ring-1 ring-[#87CEFA]"

Direct utility usage for a fast prototype or content block.

JSON Token
{
  "lightSkyBlue": "#87CEFA",
  "lightSkyBlueRgb": [135, 206, 250],
  "lightSkyBlueHsl": [203, 92, 75]
}

Useful for design token exports and API-driven theme objects.

Move This Color Into the Workflow

Carry Light Sky Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.