#9cfef2
a light, electric cyan · cool · closest name: turquoise
RGB
156, 254, 242
HSL
173°, 98%, 80%
CMYK
39, 0, 5, 0
Luminance
0.8436
Every format
| HEX | #9cfef2 |
| RGB | rgb(156, 254, 242) |
| HSL | hsl(173, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 5%, 0%) |
| LAB | lab(93.6 -31.5 -3.4) |
| LCH | lch(93.6 31.7 186.1) |
| OKLCH | oklch(0.933 0.094 185.8) |
Copy-ready code
/* CSS */
color: #9cfef2;
background-color: #9cfef2;
/* Tailwind (arbitrary) */
class="text-[#9cfef2] bg-[#9cfef2]"
/* SCSS */
$brand: #9cfef2;
/* SwiftUI */
Color(red: 0.612, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#9cfef2")Accessibility — WCAG contrast
Aa
#9cfef2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfef2 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.6%
Blue94.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#9cfef2 text on a black background
contrast 17.87:1
Card sample
#9cfef2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfef2;
Background color
Panel with #9cfef2 background
background-color: #9cfef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfef2; background: linear-gradient(135deg, #9cfef2, #9CC9FE);