#8abbfd
a light, electric blue · cool · closest name: Light Sky Blue
At a glance
Every number on this page in one read: what #8abbfd 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 | #8abbfd |
| RGB | rgb(138, 187, 253) |
| HSL | hsl(214, 97%, 77%) |
| CMYK | cmyk(46%, 26%, 0%, 1%) |
| LAB | lab(74.8 0.9 -37.6) |
| LCH | lch(74.8 37.6 271.4) |
| OKLCH | oklch(0.783 0.108 256.1) |
| Decimal | 9092093 |
| Display P3 | color(display-p3 0.541 0.733 0.992) |
Copy-ready code
/* CSS */
color: #8abbfd;
background-color: #8abbfd;
/* Tailwind (arbitrary) */
class="text-[#8abbfd] bg-[#8abbfd]"
/* SCSS */
$brand: #8abbfd;
/* SwiftUI */
Color(red: 0.541, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#8abbfd")
/* Flutter */
Color(0xFF8ABBFD)
/* Python / OpenCV (BGR) */
(253, 187, 138)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. #8abbfd 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: #F1F6FD;
--brand-100: #E4EEFC;
--brand-200: #C1DAFB;
--brand-300: #8abbfd;
--brand-400: #5A9FFC;
--brand-500: #227FFB;
--brand-600: #0469F1;
--brand-700: #0358C9;
--brand-800: #0346A0;
--brand-900: #073574;
--brand-950: #042148;
--brand: #8abbfd;
--brand-ink: #000000;
}Colors that work with #8abbfd
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 #8abbfd
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 | #FDCC8A | Directly opposite — maximum tension | |
| Analogous left | #8AF5FD | Neighbour, quieter | |
| Analogous right | #938AFD | Neighbour, quieter | |
| Split-complement 1 | #FD938A | Contrast without the clash | |
| Split-complement 2 | #F5FD8A | Contrast without the clash | |
| Triadic 1 | #FD8ABB | Even thirds — balanced and loud | |
| Triadic 2 | #BBFD8A | Even thirds — balanced and loud | |
| Tetradic | #FD8AF5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8abbfd text on a black background
contrast 10.61:1
#8abbfd text on a white background
contrast 1.98:1
CSS3 live lab
The quick brown fox
color: #8abbfd;
background-color: #8abbfd;
Glowing headline
text-shadow: 2px 2px 8px #8abbfd;
Soft neon halo
text-shadow: 0 0 14px rgba(138, 187, 253, 0.45);
box-shadow: 0 12px 32px -8px rgba(138, 187, 253, 0.45);
border: 3px solid #8abbfd; background: linear-gradient(135deg, #8abbfd, #A68AFD);
Monochromatic scale
Palettes built from #8abbfd
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 10.5 away, with its history, psychology and brand usage.
#8abbfd 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.
#8abbfd, answered
What color is #8abbfd?
#8abbfd is a light electric blue, closest to Light Sky Blue (ΔE2000 8). It sits at 214° on the hue wheel with 97% saturation and 77% lightness, which reads as cool.
What is the RGB value of #8abbfd?
rgb(138, 187, 253) — 138 red, 187 green and 253 blue out of 255, or 54.1% / 73.3% / 99.2% by channel.
Is #8abbfd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4804 and perceived brightness is 72%, so black text on it reaches 10.61:1.
Should I use black or white text on #8abbfd?
Black. It scores 10.61:1 against #8abbfd, versus 1.98:1 for white — AAA at any size.
What is the complementary color of #8abbfd?
#FDCC8A sits directly opposite on the wheel. Softer options are the split-complements #FD938A and #F5FD8A, which give the same contrast with far less vibration.
What colors go well with #8abbfd?
For interface work: #F4F7FA as the surface, #C0D3ED for borders, #4B6D9B for secondary text, #CC4300 as an accent and #02377D for hover and pressed states. For a palette, the analogous pair #8AF5FD and #938AFD stays calm, while #FDCC8A is the loudest partner.
What is #8abbfd in CMYK for printing?
cmyk(46%, 26%, 0%, 1%). 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 #8abbfd warm or cool?
Cool — it scores 98 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8A91FD; nudged cooler, #70B0FE.