#abcef4
a light, electric blue · cool · closest name: skyblue
RGB
171, 206, 244
HSL
211°, 77%, 81%
CMYK
30, 16, 0, 4
Luminance
0.5933
Every format
| HEX | #abcef4 |
| RGB | rgb(171, 206, 244) |
| HSL | hsl(211, 77%, 81%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.5 -3.0 -22.5) |
| LCH | lch(81.5 22.7 262.4) |
| OKLCH | oklch(0.839 0.065 250.7) |
Copy-ready code
/* CSS */
color: #abcef4;
background-color: #abcef4;
/* Tailwind (arbitrary) */
class="text-[#abcef4] bg-[#abcef4]"
/* SCSS */
$brand: #abcef4;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#abcef4")Accessibility — WCAG contrast
Aa
#abcef4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcef4 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#abcef4 text on a black background
contrast 12.87:1
Card sample
#abcef4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcef4;
Background color
Panel with #abcef4 background
background-color: #abcef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcef4; background: linear-gradient(135deg, #abcef4, #B9ABF4);