#8abfec
a light, vivid blue · cool · closest name: skyblue
RGB
138, 191, 236
HSL
208°, 72%, 73%
CMYK
42, 19, 0, 8
Luminance
0.4872
Every format
| HEX | #8abfec |
| RGB | rgb(138, 191, 236) |
| HSL | hsl(208, 72%, 73%) |
| CMYK | cmyk(42%, 19%, 0%, 8%) |
| LAB | lab(75.3 -5.9 -27.8) |
| LCH | lch(75.3 28.4 258.0) |
| OKLCH | oklch(0.784 0.085 244.8) |
Copy-ready code
/* CSS */
color: #8abfec;
background-color: #8abfec;
/* Tailwind (arbitrary) */
class="text-[#8abfec] bg-[#8abfec]"
/* SCSS */
$brand: #8abfec;
/* SwiftUI */
Color(red: 0.541, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#8abfec")Accessibility — WCAG contrast
Aa
#8abfec on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abfec on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.9%
Blue92.5%
CMYK percentages
Cyan41.5%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#8abfec text on a black background
contrast 10.74:1
Card sample
#8abfec text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abfec;
Background color
Panel with #8abfec background
background-color: #8abfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abfec; background: linear-gradient(135deg, #8abfec, #968AEC);