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