#ade9f9
a light, electric cyan · cool · closest name: skyblue
RGB
173, 233, 249
HSL
193°, 86%, 83%
CMYK
31, 6, 0, 2
Luminance
0.7400
Every format
| HEX | #ade9f9 |
| RGB | rgb(173, 233, 249) |
| HSL | hsl(193, 86%, 83%) |
| CMYK | cmyk(31%, 6%, 0%, 2%) |
| LAB | lab(88.9 -15.2 -13.9) |
| LCH | lch(88.9 20.6 222.3) |
| OKLCH | oklch(0.899 0.064 216.0) |
Copy-ready code
/* CSS */
color: #ade9f9;
background-color: #ade9f9;
/* Tailwind (arbitrary) */
class="text-[#ade9f9] bg-[#ade9f9]"
/* SCSS */
$brand: #ade9f9;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.976)
/* Android */
Color.parseColor("#ade9f9")Accessibility — WCAG contrast
Aa
#ade9f9 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9f9 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta6.4%
Yellow0.0%
Key (black)2.4%
Color previews
#ade9f9 text on a black background
contrast 15.80:1
Card sample
#ade9f9 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9f9;
Background color
Panel with #ade9f9 background
background-color: #ade9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9f9; background: linear-gradient(135deg, #ade9f9, #ADB6F9);