#abcee4
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 228
HSL
203°, 51%, 78%
CMYK
25, 10, 0, 11
Luminance
0.5840
Every format
| HEX | #abcee4 |
| RGB | rgb(171, 206, 228) |
| HSL | hsl(203, 51%, 78%) |
| CMYK | cmyk(25%, 10%, 0%, 11%) |
| LAB | lab(81.0 -6.7 -14.7) |
| LCH | lch(81.0 16.2 245.4) |
| OKLCH | oklch(0.833 0.048 235.8) |
Copy-ready code
/* CSS */
color: #abcee4;
background-color: #abcee4;
/* Tailwind (arbitrary) */
class="text-[#abcee4] bg-[#abcee4]"
/* SCSS */
$brand: #abcee4;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.894)
/* Android */
Color.parseColor("#abcee4")Accessibility — WCAG contrast
Aa
#abcee4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcee4 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue89.4%
CMYK percentages
Cyan25.0%
Magenta9.6%
Yellow0.0%
Key (black)10.6%
Color previews
#abcee4 text on a black background
contrast 12.68:1
Card sample
#abcee4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcee4;
Background color
Panel with #abcee4 background
background-color: #abcee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcee4; background: linear-gradient(135deg, #abcee4, #AEABE4);