#adbfe2
a light, vivid blue · cool · closest name: skyblue
RGB
173, 191, 226
HSL
220°, 48%, 78%
CMYK
24, 16, 0, 11
Luminance
0.5164
Every format
| HEX | #adbfe2 |
| RGB | rgb(173, 191, 226) |
| HSL | hsl(220, 48%, 78%) |
| CMYK | cmyk(24%, 16%, 0%, 11%) |
| LAB | lab(77.1 1.4 -19.5) |
| LCH | lch(77.1 19.5 274.1) |
| OKLCH | oklch(0.803 0.053 263.7) |
Copy-ready code
/* CSS */
color: #adbfe2;
background-color: #adbfe2;
/* Tailwind (arbitrary) */
class="text-[#adbfe2] bg-[#adbfe2]"
/* SCSS */
$brand: #adbfe2;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#adbfe2")Accessibility — WCAG contrast
Aa
#adbfe2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfe2 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue88.6%
CMYK percentages
Cyan23.5%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#adbfe2 text on a black background
contrast 11.33:1
Card sample
#adbfe2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfe2;
Background color
Panel with #adbfe2 background
background-color: #adbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfe2; background: linear-gradient(135deg, #adbfe2, #BEADE2);