#adbbf3
a light, vivid blue · warm · closest name: skyblue
RGB
173, 187, 243
HSL
228°, 75%, 82%
CMYK
29, 23, 0, 5
Luminance
0.5090
Every format
| HEX | #adbbf3 |
| RGB | rgb(173, 187, 243) |
| HSL | hsl(228, 75%, 82%) |
| CMYK | cmyk(29%, 23%, 0%, 5%) |
| LAB | lab(76.6 7.6 -29.3) |
| LCH | lch(76.6 30.3 284.5) |
| OKLCH | oklch(0.801 0.081 273.6) |
Copy-ready code
/* CSS */
color: #adbbf3;
background-color: #adbbf3;
/* Tailwind (arbitrary) */
class="text-[#adbbf3] bg-[#adbbf3]"
/* SCSS */
$brand: #adbbf3;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.953)
/* Android */
Color.parseColor("#adbbf3")Accessibility — WCAG contrast
Aa
#adbbf3 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbf3 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta23.0%
Yellow0.0%
Key (black)4.7%
Color previews
#adbbf3 text on a black background
contrast 11.18:1
Card sample
#adbbf3 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbf3;
Background color
Panel with #adbbf3 background
background-color: #adbbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbf3; background: linear-gradient(135deg, #adbbf3, #CEADF3);