#adbdee
a light, vivid blue · warm · closest name: skyblue
RGB
173, 189, 238
HSL
225°, 66%, 81%
CMYK
27, 21, 0, 7
Luminance
0.5145
Every format
| HEX | #adbdee |
| RGB | rgb(173, 189, 238) |
| HSL | hsl(225, 66%, 81%) |
| CMYK | cmyk(27%, 21%, 0%, 7%) |
| LAB | lab(77.0 5.3 -26.1) |
| LCH | lch(77.0 26.6 281.4) |
| OKLCH | oklch(0.803 0.072 270.6) |
Copy-ready code
/* CSS */
color: #adbdee;
background-color: #adbdee;
/* Tailwind (arbitrary) */
class="text-[#adbdee] bg-[#adbdee]"
/* SCSS */
$brand: #adbdee;
/* SwiftUI */
Color(red: 0.678, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#adbdee")Accessibility — WCAG contrast
Aa
#adbdee on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbdee on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.1%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#adbdee text on a black background
contrast 11.29:1
Card sample
#adbdee text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbdee;
Background color
Panel with #adbdee background
background-color: #adbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbdee; background: linear-gradient(135deg, #adbdee, #C8ADEE);