#adeaef
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 234, 239
HSL
185°, 67%, 81%
CMYK
28, 2, 0, 6
Luminance
0.7396
Every format
| HEX | #adeaef |
| RGB | rgb(173, 234, 239) |
| HSL | hsl(185, 67%, 81%) |
| CMYK | cmyk(28%, 2%, 0%, 6%) |
| LAB | lab(88.9 -18.0 -8.7) |
| LCH | lch(88.9 20.0 205.7) |
| OKLCH | oklch(0.897 0.062 202.5) |
Copy-ready code
/* CSS */
color: #adeaef;
background-color: #adeaef;
/* Tailwind (arbitrary) */
class="text-[#adeaef] bg-[#adeaef]"
/* SCSS */
$brand: #adeaef;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#adeaef")Accessibility — WCAG contrast
Aa
#adeaef on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaef on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#adeaef text on a black background
contrast 15.79:1
Card sample
#adeaef text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaef;
Background color
Panel with #adeaef background
background-color: #adeaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaef; background: linear-gradient(135deg, #adeaef, #ADBEEF);