#abcefe
a light, electric blue · cool · closest name: skyblue
RGB
171, 206, 254
HSL
215°, 98%, 83%
CMYK
33, 19, 0, 0
Luminance
0.5996
Every format
| HEX | #abcefe |
| RGB | rgb(171, 206, 254) |
| HSL | hsl(215, 98%, 83%) |
| CMYK | cmyk(33%, 19%, 0%, 0%) |
| LAB | lab(81.8 -0.6 -27.3) |
| LCH | lch(81.8 27.3 268.8) |
| OKLCH | oklch(0.843 0.077 256.4) |
Copy-ready code
/* CSS */
color: #abcefe;
background-color: #abcefe;
/* Tailwind (arbitrary) */
class="text-[#abcefe] bg-[#abcefe]"
/* SCSS */
$brand: #abcefe;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#abcefe")Accessibility — WCAG contrast
Aa
#abcefe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcefe on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#abcefe text on a black background
contrast 12.99:1
Card sample
#abcefe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcefe;
Background color
Panel with #abcefe background
background-color: #abcefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcefe; background: linear-gradient(135deg, #abcefe, #BFABFE);