#adbaee
a light, vivid blue · warm · closest name: skyblue
RGB
173, 186, 238
HSL
228°, 66%, 81%
CMYK
27, 22, 0, 7
Luminance
0.5018
Every format
| HEX | #adbaee |
| RGB | rgb(173, 186, 238) |
| HSL | hsl(228, 66%, 81%) |
| CMYK | cmyk(27%, 22%, 0%, 7%) |
| LAB | lab(76.2 6.9 -27.3) |
| LCH | lch(76.2 28.2 284.2) |
| OKLCH | oklch(0.797 0.075 273.7) |
Copy-ready code
/* CSS */
color: #adbaee;
background-color: #adbaee;
/* Tailwind (arbitrary) */
class="text-[#adbaee] bg-[#adbaee]"
/* SCSS */
$brand: #adbaee;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#adbaee")Accessibility — WCAG contrast
Aa
#adbaee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbaee on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#adbaee text on a black background
contrast 11.04:1
Card sample
#adbaee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbaee;
Background color
Panel with #adbaee background
background-color: #adbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbaee; background: linear-gradient(135deg, #adbaee, #CBADEE);