#9fefe2
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 239, 226
HSL
170°, 71%, 78%
CMYK
34, 0, 5, 6
Luminance
0.7459
Every format
| HEX | #9fefe2 |
| RGB | rgb(159, 239, 226) |
| HSL | hsl(170, 71%, 78%) |
| CMYK | cmyk(34%, 0%, 5%, 6%) |
| LAB | lab(89.2 -27.2 -1.5) |
| LCH | lch(89.2 27.2 183.1) |
| OKLCH | oklch(0.897 0.081 183.1) |
Copy-ready code
/* CSS */
color: #9fefe2;
background-color: #9fefe2;
/* Tailwind (arbitrary) */
class="text-[#9fefe2] bg-[#9fefe2]"
/* SCSS */
$brand: #9fefe2;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#9fefe2")Accessibility — WCAG contrast
Aa
#9fefe2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefe2 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue88.6%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#9fefe2 text on a black background
contrast 15.92:1
Card sample
#9fefe2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefe2;
Background color
Panel with #9fefe2 background
background-color: #9fefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefe2; background: linear-gradient(135deg, #9fefe2, #9FC6EF);