#9afeee
a light, electric cyan · cool · closest name: turquoise
RGB
154, 254, 238
HSL
170°, 98%, 80%
CMYK
39, 0, 6, 0
Luminance
0.8393
Every format
| HEX | #9afeee |
| RGB | rgb(154, 254, 238) |
| HSL | hsl(170, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 6%, 0%) |
| LAB | lab(93.4 -32.9 -1.6) |
| LCH | lch(93.4 33.0 182.7) |
| OKLCH | oklch(0.931 0.097 182.8) |
Copy-ready code
/* CSS */
color: #9afeee;
background-color: #9afeee;
/* Tailwind (arbitrary) */
class="text-[#9afeee] bg-[#9afeee]"
/* SCSS */
$brand: #9afeee;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#9afeee")Accessibility — WCAG contrast
Aa
#9afeee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afeee on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#9afeee text on a black background
contrast 17.79:1
Card sample
#9afeee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afeee;
Background color
Panel with #9afeee background
background-color: #9afeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afeee; background: linear-gradient(135deg, #9afeee, #9ACBFE);