#adeaf2
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 234, 242
HSL
187°, 73%, 81%
CMYK
29, 3, 0, 5
Luminance
0.7414
Every format
| HEX | #adeaf2 |
| RGB | rgb(173, 234, 242) |
| HSL | hsl(187, 73%, 81%) |
| CMYK | cmyk(29%, 3%, 0%, 5%) |
| LAB | lab(89.0 -17.3 -10.1) |
| LCH | lch(89.0 20.0 210.2) |
| OKLCH | oklch(0.898 0.062 206.2) |
Copy-ready code
/* CSS */
color: #adeaf2;
background-color: #adeaf2;
/* Tailwind (arbitrary) */
class="text-[#adeaf2] bg-[#adeaf2]"
/* SCSS */
$brand: #adeaf2;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#adeaf2")Accessibility — WCAG contrast
Aa
#adeaf2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf2 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#adeaf2 text on a black background
contrast 15.83:1
Card sample
#adeaf2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf2;
Background color
Panel with #adeaf2 background
background-color: #adeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf2; background: linear-gradient(135deg, #adeaf2, #ADBCF2);