#adbbf4
a light, electric blue · warm · closest name: skyblue
RGB
173, 187, 244
HSL
228°, 76%, 82%
CMYK
29, 23, 0, 4
Luminance
0.5096
Every format
| HEX | #adbbf4 |
| RGB | rgb(173, 187, 244) |
| HSL | hsl(228, 76%, 82%) |
| CMYK | cmyk(29%, 23%, 0%, 4%) |
| LAB | lab(76.7 7.8 -29.8) |
| LCH | lch(76.7 30.8 284.7) |
| OKLCH | oklch(0.801 0.082 273.7) |
Copy-ready code
/* CSS */
color: #adbbf4;
background-color: #adbbf4;
/* Tailwind (arbitrary) */
class="text-[#adbbf4] bg-[#adbbf4]"
/* SCSS */
$brand: #adbbf4;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.957)
/* Android */
Color.parseColor("#adbbf4")Accessibility — WCAG contrast
Aa
#adbbf4 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbf4 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta23.4%
Yellow0.0%
Key (black)4.3%
Color previews
#adbbf4 text on a black background
contrast 11.19:1
Card sample
#adbbf4 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbf4;
Background color
Panel with #adbbf4 background
background-color: #adbbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbf4; background: linear-gradient(135deg, #adbbf4, #CEADF4);