#abcef1
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 241
HSL
210°, 71%, 81%
CMYK
29, 15, 0, 6
Luminance
0.5915
Every format
| HEX | #abcef1 |
| RGB | rgb(171, 206, 241) |
| HSL | hsl(210, 71%, 81%) |
| CMYK | cmyk(29%, 15%, 0%, 6%) |
| LAB | lab(81.4 -3.7 -21.0) |
| LCH | lch(81.4 21.3 260.0) |
| OKLCH | oklch(0.838 0.062 248.6) |
Copy-ready code
/* CSS */
color: #abcef1;
background-color: #abcef1;
/* Tailwind (arbitrary) */
class="text-[#abcef1] bg-[#abcef1]"
/* SCSS */
$brand: #abcef1;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#abcef1")Accessibility — WCAG contrast
Aa
#abcef1 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcef1 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#abcef1 text on a black background
contrast 12.83:1
Card sample
#abcef1 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcef1;
Background color
Panel with #abcef1 background
background-color: #abcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcef1; background: linear-gradient(135deg, #abcef1, #B7ABF1);