#adeaf3
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 234, 243
HSL
188°, 75%, 82%
CMYK
29, 4, 0, 5
Luminance
0.7420
Every format
| HEX | #adeaf3 |
| RGB | rgb(173, 234, 243) |
| HSL | hsl(188, 75%, 82%) |
| CMYK | cmyk(29%, 4%, 0%, 5%) |
| LAB | lab(89.0 -17.1 -10.6) |
| LCH | lch(89.0 20.1 211.7) |
| OKLCH | oklch(0.899 0.063 207.4) |
Copy-ready code
/* CSS */
color: #adeaf3;
background-color: #adeaf3;
/* Tailwind (arbitrary) */
class="text-[#adeaf3] bg-[#adeaf3]"
/* SCSS */
$brand: #adeaf3;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#adeaf3")Accessibility — WCAG contrast
Aa
#adeaf3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaf3 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#adeaf3 text on a black background
contrast 15.84:1
Card sample
#adeaf3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaf3;
Background color
Panel with #adeaf3 background
background-color: #adeaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaf3; background: linear-gradient(135deg, #adeaf3, #ADBBF3);