#9aefdf
a light, vivid cyan · cool · closest name: turquoise
RGB
154, 239, 223
HSL
169°, 73%, 77%
CMYK
36, 0, 7, 6
Luminance
0.7393
Every format
| HEX | #9aefdf |
| RGB | rgb(154, 239, 223) |
| HSL | hsl(169, 73%, 77%) |
| CMYK | cmyk(36%, 0%, 7%, 6%) |
| LAB | lab(88.9 -29.2 -0.4) |
| LCH | lch(88.9 29.2 180.8) |
| OKLCH | oklch(0.893 0.086 181.0) |
Copy-ready code
/* CSS */
color: #9aefdf;
background-color: #9aefdf;
/* Tailwind (arbitrary) */
class="text-[#9aefdf] bg-[#9aefdf]"
/* SCSS */
$brand: #9aefdf;
/* SwiftUI */
Color(red: 0.604, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#9aefdf")Accessibility — WCAG contrast
Aa
#9aefdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aefdf on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#9aefdf text on a black background
contrast 15.79:1
Card sample
#9aefdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aefdf;
Background color
Panel with #9aefdf background
background-color: #9aefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aefdf; background: linear-gradient(135deg, #9aefdf, #9AC6EF);