#9ae3df
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 227, 223
HSL
177°, 57%, 75%
CMYK
32, 0, 2, 11
Luminance
0.6714
Every format
| HEX | #9ae3df |
| RGB | rgb(154, 227, 223) |
| HSL | hsl(177, 57%, 75%) |
| CMYK | cmyk(32%, 0%, 2%, 11%) |
| LAB | lab(85.6 -23.4 -5.3) |
| LCH | lch(85.6 24.0 192.7) |
| OKLCH | oklch(0.867 0.073 191.6) |
Copy-ready code
/* CSS */
color: #9ae3df;
background-color: #9ae3df;
/* Tailwind (arbitrary) */
class="text-[#9ae3df] bg-[#9ae3df]"
/* SCSS */
$brand: #9ae3df;
/* SwiftUI */
Color(red: 0.604, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#9ae3df")Accessibility — WCAG contrast
Aa
#9ae3df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae3df on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green89.0%
Blue87.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#9ae3df text on a black background
contrast 14.43:1
Card sample
#9ae3df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae3df;
Background color
Panel with #9ae3df background
background-color: #9ae3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae3df; background: linear-gradient(135deg, #9ae3df, #9AB6E3);