#9efff4
a light, electric cyan · cool · closest name: turquoise
RGB
158, 255, 244
HSL
173°, 100%, 81%
CMYK
38, 0, 4, 0
Luminance
0.8532
Every format
| HEX | #9efff4 |
| RGB | rgb(158, 255, 244) |
| HSL | hsl(173, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 4%, 0%) |
| LAB | lab(94.0 -31.1 -3.8) |
| LCH | lch(94.0 31.3 186.9) |
| OKLCH | oklch(0.937 0.093 186.5) |
Copy-ready code
/* CSS */
color: #9efff4;
background-color: #9efff4;
/* Tailwind (arbitrary) */
class="text-[#9efff4] bg-[#9efff4]"
/* SCSS */
$brand: #9efff4;
/* SwiftUI */
Color(red: 0.620, green: 1.000, blue: 0.957)
/* Android */
Color.parseColor("#9efff4")Accessibility — WCAG contrast
Aa
#9efff4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9efff4 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green100.0%
Blue95.7%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow4.3%
Key (black)0.0%
Color previews
#9efff4 text on a black background
contrast 18.06:1
Card sample
#9efff4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9efff4;
Background color
Panel with #9efff4 background
background-color: #9efff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9efff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 255, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 255, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9efff4; background: linear-gradient(135deg, #9efff4, #9EC9FF);