#adbdf7
a light, electric blue · warm · closest name: skyblue
RGB
173, 189, 247
HSL
227°, 82%, 82%
CMYK
30, 24, 0, 3
Luminance
0.5199
Every format
| HEX | #adbdf7 |
| RGB | rgb(173, 189, 247) |
| HSL | hsl(227, 82%, 82%) |
| CMYK | cmyk(30%, 24%, 0%, 3%) |
| LAB | lab(77.3 7.5 -30.5) |
| LCH | lch(77.3 31.4 283.7) |
| OKLCH | oklch(0.807 0.084 272.5) |
Copy-ready code
/* CSS */
color: #adbdf7;
background-color: #adbdf7;
/* Tailwind (arbitrary) */
class="text-[#adbdf7] bg-[#adbdf7]"
/* SCSS */
$brand: #adbdf7;
/* SwiftUI */
Color(red: 0.678, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#adbdf7")Accessibility — WCAG contrast
Aa
#adbdf7 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbdf7 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.1%
Blue96.9%
CMYK percentages
Cyan30.0%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#adbdf7 text on a black background
contrast 11.40:1
Card sample
#adbdf7 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbdf7;
Background color
Panel with #adbdf7 background
background-color: #adbdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbdf7; background: linear-gradient(135deg, #adbdf7, #CEADF7);