#8ebdef
a light, electric blue · cool · closest name: Light Sky Blue
At a glance
Every number on this page in one read: what #8ebdef is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #8ebdef |
| RGB | rgb(142, 189, 239) |
| HSL | hsl(211, 75%, 75%) |
| CMYK | cmyk(41%, 21%, 0%, 6%) |
| LAB | lab(75.1 -3.0 -29.7) |
| LCH | lch(75.1 29.9 264.2) |
| OKLCH | oklch(0.783 0.087 250.5) |
| Decimal | 9354735 |
| Display P3 | color(display-p3 0.557 0.741 0.937) |
Copy-ready code
/* CSS */
color: #8ebdef;
background-color: #8ebdef;
/* Tailwind (arbitrary) */
class="text-[#8ebdef] bg-[#8ebdef]"
/* SCSS */
$brand: #8ebdef;
/* SwiftUI */
Color(red: 0.557, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#8ebdef")
/* Flutter */
Color(0xFF8EBDEF)
/* Python / OpenCV (BGR) */
(239, 189, 142)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #8ebdef is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3F7FC;
--brand-100: #E7EFF9;
--brand-200: #C8DDF4;
--brand-300: #8ebdef;
--brand-400: #6CA9EA;
--brand-500: #3A8CE3;
--brand-600: #1E78D6;
--brand-700: #1964B3;
--brand-800: #14508F;
--brand-900: #133C68;
--brand-950: #0C2541;
--brand: #8ebdef;
--brand-ink: #000000;
}Colors that work with #8ebdef
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #8ebdef
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #EFC08E | Directly opposite — maximum tension | |
| Analogous left | #8EEEEF | Neighbour, quieter | |
| Analogous right | #8F8EEF | Neighbour, quieter | |
| Split-complement 1 | #EF8F8E | Contrast without the clash | |
| Split-complement 2 | #EEEF8E | Contrast without the clash | |
| Triadic 1 | #EF8EBD | Even thirds — balanced and loud | |
| Triadic 2 | #BDEF8E | Even thirds — balanced and loud | |
| Tetradic | #EF8EEE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8ebdef text on a black background
contrast 10.68:1
#8ebdef text on a white background
contrast 1.97:1
CSS3 live lab
The quick brown fox
color: #8ebdef;
background-color: #8ebdef;
Glowing headline
text-shadow: 2px 2px 8px #8ebdef;
Soft neon halo
text-shadow: 0 0 14px rgba(142, 189, 239, 0.45);
box-shadow: 0 12px 32px -8px rgba(142, 189, 239, 0.45);
border: 3px solid #8ebdef; background: linear-gradient(135deg, #8ebdef, #A08EEF);
Monochromatic scale
Palettes built from #8ebdef
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Baby Blue (#89cff0) — ΔE2000 8.5 away, with its history, psychology and brand usage.
#8ebdef in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#8ebdef, answered
What color is #8ebdef?
#8ebdef is a light electric blue, closest to Light Sky Blue (ΔE2000 6.5). It sits at 211° on the hue wheel with 75% saturation and 75% lightness, which reads as cool.
What is the RGB value of #8ebdef?
rgb(142, 189, 239) — 142 red, 189 green and 239 blue out of 255, or 55.7% / 74.1% / 93.7% by channel.
Is #8ebdef a light or a dark color?
It is a mid-tone. Relative luminance is 0.4838 and perceived brightness is 72%, so black text on it reaches 10.68:1.
Should I use black or white text on #8ebdef?
Black. It scores 10.68:1 against #8ebdef, versus 1.97:1 for white — AAA at any size.
What is the complementary color of #8ebdef?
#EFC08E sits directly opposite on the wheel. Softer options are the split-complements #EF8F8E and #EEEF8E, which give the same contrast with far less vibration.
What colors go well with #8ebdef?
For interface work: #F4F7FA as the surface, #C0D6ED for borders, #4B729B for secondary text, #B73F15 as an accent and #103E70 for hover and pressed states. For a palette, the analogous pair #8EEEEF and #8F8EEF stays calm, while #EFC08E is the loudest partner.
What is #8ebdef in CMYK for printing?
cmyk(41%, 21%, 0%, 6%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #8ebdef warm or cool?
Cool — it scores 100 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8E99EF; nudged cooler, #76AFED.