#abecf9
a light, electric cyan · cool · closest name: skyblue
RGB
171, 236, 249
HSL
190°, 87%, 82%
CMYK
31, 5, 0, 2
Luminance
0.7549
Every format
| HEX | #abecf9 |
| RGB | rgb(171, 236, 249) |
| HSL | hsl(190, 87%, 82%) |
| CMYK | cmyk(31%, 5%, 0%, 2%) |
| LAB | lab(89.6 -17.3 -12.8) |
| LCH | lch(89.6 21.5 216.6) |
| OKLCH | oklch(0.904 0.067 211.4) |
Copy-ready code
/* CSS */
color: #abecf9;
background-color: #abecf9;
/* Tailwind (arbitrary) */
class="text-[#abecf9] bg-[#abecf9]"
/* SCSS */
$brand: #abecf9;
/* SwiftUI */
Color(red: 0.671, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#abecf9")Accessibility — WCAG contrast
Aa
#abecf9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abecf9 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.5%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta5.2%
Yellow0.0%
Key (black)2.4%
Color previews
#abecf9 text on a black background
contrast 16.10:1
Card sample
#abecf9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abecf9;
Background color
Panel with #abecf9 background
background-color: #abecf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abecf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abecf9; background: linear-gradient(135deg, #abecf9, #ABB8F9);