#9ae5df
a light, vivid cyan · cool · closest name: turquoise
RGB
154, 229, 223
HSL
175°, 59%, 75%
CMYK
33, 0, 3, 10
Luminance
0.6824
Every format
| HEX | #9ae5df |
| RGB | rgb(154, 229, 223) |
| HSL | hsl(175, 59%, 75%) |
| CMYK | cmyk(33%, 0%, 3%, 10%) |
| LAB | lab(86.1 -24.4 -4.5) |
| LCH | lch(86.1 24.8 190.4) |
| OKLCH | oklch(0.871 0.075 189.5) |
Copy-ready code
/* CSS */
color: #9ae5df;
background-color: #9ae5df;
/* Tailwind (arbitrary) */
class="text-[#9ae5df] bg-[#9ae5df]"
/* SCSS */
$brand: #9ae5df;
/* SwiftUI */
Color(red: 0.604, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#9ae5df")Accessibility — WCAG contrast
Aa
#9ae5df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ae5df on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green89.8%
Blue87.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#9ae5df text on a black background
contrast 14.65:1
Card sample
#9ae5df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ae5df;
Background color
Panel with #9ae5df background
background-color: #9ae5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ae5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ae5df; background: linear-gradient(135deg, #9ae5df, #9AB9E5);