#abcef9
a light, electric blue · cool · closest name: skyblue
RGB
171, 206, 249
HSL
213°, 87%, 82%
CMYK
31, 17, 0, 2
Luminance
0.5964
Every format
| HEX | #abcef9 |
| RGB | rgb(171, 206, 249) |
| HSL | hsl(213, 87%, 82%) |
| CMYK | cmyk(31%, 17%, 0%, 2%) |
| LAB | lab(81.6 -1.8 -24.9) |
| LCH | lch(81.6 24.9 265.9) |
| OKLCH | oklch(0.841 0.071 253.8) |
Copy-ready code
/* CSS */
color: #abcef9;
background-color: #abcef9;
/* Tailwind (arbitrary) */
class="text-[#abcef9] bg-[#abcef9]"
/* SCSS */
$brand: #abcef9;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#abcef9")Accessibility — WCAG contrast
Aa
#abcef9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcef9 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#abcef9 text on a black background
contrast 12.93:1
Card sample
#abcef9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcef9;
Background color
Panel with #abcef9 background
background-color: #abcef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcef9; background: linear-gradient(135deg, #abcef9, #BCABF9);