#abdfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 223, 228
HSL
185°, 51%, 78%
CMYK
25, 2, 0, 11
Luminance
0.6703
Every format
| HEX | #abdfe4 |
| RGB | rgb(171, 223, 228) |
| HSL | hsl(185, 51%, 78%) |
| CMYK | cmyk(25%, 2%, 0%, 11%) |
| LAB | lab(85.5 -15.5 -7.9) |
| LCH | lch(85.5 17.4 207.0) |
| OKLCH | oklch(0.869 0.054 203.6) |
Copy-ready code
/* CSS */
color: #abdfe4;
background-color: #abdfe4;
/* Tailwind (arbitrary) */
class="text-[#abdfe4] bg-[#abdfe4]"
/* SCSS */
$brand: #abdfe4;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#abdfe4")Accessibility — WCAG contrast
Aa
#abdfe4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfe4 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue89.4%
CMYK percentages
Cyan25.0%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#abdfe4 text on a black background
contrast 14.41:1
Card sample
#abdfe4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfe4;
Background color
Panel with #abdfe4 background
background-color: #abdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfe4; background: linear-gradient(135deg, #abdfe4, #ABB9E4);