#9ae0df
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 224, 223
HSL
179°, 53%, 74%
CMYK
31, 0, 0, 12
Luminance
0.6551
Every format
| HEX | #9ae0df |
| RGB | rgb(154, 224, 223) |
| HSL | hsl(179, 53%, 74%) |
| CMYK | cmyk(31%, 0%, 0%, 12%) |
| LAB | lab(84.7 -21.9 -6.5) |
| LCH | lch(84.7 22.9 196.5) |
| OKLCH | oklch(0.860 0.070 194.8) |
Copy-ready code
/* CSS */
color: #9ae0df;
background-color: #9ae0df;
/* Tailwind (arbitrary) */
class="text-[#9ae0df] bg-[#9ae0df]"
/* SCSS */
$brand: #9ae0df;
/* SwiftUI */
Color(red: 0.604, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#9ae0df")Accessibility — WCAG contrast
Aa
#9ae0df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae0df on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.8%
Blue87.5%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#9ae0df text on a black background
contrast 14.10:1
Card sample
#9ae0df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae0df;
Background color
Panel with #9ae0df background
background-color: #9ae0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae0df; background: linear-gradient(135deg, #9ae0df, #9AB2E0);