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