#adceee
a light, vivid blue · cool · closest name: skyblue
RGB
173, 206, 238
HSL
210°, 66%, 81%
CMYK
27, 13, 0, 7
Luminance
0.5920
Every format
| HEX | #adceee |
| RGB | rgb(173, 206, 238) |
| HSL | hsl(210, 66%, 81%) |
| CMYK | cmyk(27%, 13%, 0%, 7%) |
| LAB | lab(81.4 -3.9 -19.4) |
| LCH | lch(81.4 19.7 258.8) |
| OKLCH | oklch(0.838 0.057 247.7) |
Copy-ready code
/* CSS */
color: #adceee;
background-color: #adceee;
/* Tailwind (arbitrary) */
class="text-[#adceee] bg-[#adceee]"
/* SCSS */
$brand: #adceee;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#adceee")Accessibility — WCAG contrast
Aa
#adceee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adceee on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#adceee text on a black background
contrast 12.84:1
Card sample
#adceee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adceee;
Background color
Panel with #adceee background
background-color: #adceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adceee; background: linear-gradient(135deg, #adceee, #B7ADEE);