#adbdf6
a light, electric blue · warm · closest name: skyblue
RGB
173, 189, 246
HSL
227°, 80%, 82%
CMYK
30, 23, 0, 4
Luminance
0.5193
Every format
| HEX | #adbdf6 |
| RGB | rgb(173, 189, 246) |
| HSL | hsl(227, 80%, 82%) |
| CMYK | cmyk(30%, 23%, 0%, 4%) |
| LAB | lab(77.2 7.2 -30.0) |
| LCH | lch(77.2 30.8 283.5) |
| OKLCH | oklch(0.806 0.083 272.3) |
Copy-ready code
/* CSS */
color: #adbdf6;
background-color: #adbdf6;
/* Tailwind (arbitrary) */
class="text-[#adbdf6] bg-[#adbdf6]"
/* SCSS */
$brand: #adbdf6;
/* SwiftUI */
Color(red: 0.678, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#adbdf6")Accessibility — WCAG contrast
Aa
#adbdf6 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbdf6 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.1%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#adbdf6 text on a black background
contrast 11.39:1
Card sample
#adbdf6 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbdf6;
Background color
Panel with #adbdf6 background
background-color: #adbdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbdf6; background: linear-gradient(135deg, #adbdf6, #CEADF6);