#9dfbf2
a light, electric cyan · cool · closest name: turquoise
RGB
157, 251, 242
HSL
174°, 92%, 80%
CMYK
38, 0, 4, 2
Luminance
0.8257
Every format
| HEX | #9dfbf2 |
| RGB | rgb(157, 251, 242) |
| HSL | hsl(174, 92%, 80%) |
| CMYK | cmyk(38%, 0%, 4%, 2%) |
| LAB | lab(92.8 -29.9 -4.5) |
| LCH | lch(92.8 30.2 188.6) |
| OKLCH | oklch(0.927 0.091 188.0) |
Copy-ready code
/* CSS */
color: #9dfbf2;
background-color: #9dfbf2;
/* Tailwind (arbitrary) */
class="text-[#9dfbf2] bg-[#9dfbf2]"
/* SCSS */
$brand: #9dfbf2;
/* SwiftUI */
Color(red: 0.616, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#9dfbf2")Accessibility — WCAG contrast
Aa
#9dfbf2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfbf2 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.4%
Blue94.9%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#9dfbf2 text on a black background
contrast 17.51:1
Card sample
#9dfbf2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfbf2;
Background color
Panel with #9dfbf2 background
background-color: #9dfbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfbf2; background: linear-gradient(135deg, #9dfbf2, #9DC5FB);