#abddf4
a light, electric cyan · cool · closest name: skyblue
RGB
171, 221, 244
HSL
199°, 77%, 81%
CMYK
30, 9, 0, 4
Luminance
0.6690
Every format
| HEX | #abddf4 |
| RGB | rgb(171, 221, 244) |
| HSL | hsl(199, 77%, 81%) |
| CMYK | cmyk(30%, 9%, 0%, 4%) |
| LAB | lab(85.5 -10.8 -16.4) |
| LCH | lch(85.5 19.7 236.6) |
| OKLCH | oklch(0.870 0.061 227.8) |
Copy-ready code
/* CSS */
color: #abddf4;
background-color: #abddf4;
/* Tailwind (arbitrary) */
class="text-[#abddf4] bg-[#abddf4]"
/* SCSS */
$brand: #abddf4;
/* SwiftUI */
Color(red: 0.671, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#abddf4")Accessibility — WCAG contrast
Aa
#abddf4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abddf4 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.7%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#abddf4 text on a black background
contrast 14.38:1
Card sample
#abddf4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abddf4;
Background color
Panel with #abddf4 background
background-color: #abddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abddf4; background: linear-gradient(135deg, #abddf4, #ABACF4);