#9bfef7
a light, electric cyan · cool · closest name: turquoise
RGB
155, 254, 247
HSL
176°, 98%, 80%
CMYK
39, 0, 3, 0
Luminance
0.8457
Every format
| HEX | #9bfef7 |
| RGB | rgb(155, 254, 247) |
| HSL | hsl(176, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 3%, 0%) |
| LAB | lab(93.7 -30.6 -5.8) |
| LCH | lch(93.7 31.2 190.8) |
| OKLCH | oklch(0.934 0.094 189.9) |
Copy-ready code
/* CSS */
color: #9bfef7;
background-color: #9bfef7;
/* Tailwind (arbitrary) */
class="text-[#9bfef7] bg-[#9bfef7]"
/* SCSS */
$brand: #9bfef7;
/* SwiftUI */
Color(red: 0.608, green: 0.996, blue: 0.969)
/* Android */
Color.parseColor("#9bfef7")Accessibility — WCAG contrast
Aa
#9bfef7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfef7 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green99.6%
Blue96.9%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow2.8%
Key (black)0.4%
Color previews
#9bfef7 text on a black background
contrast 17.91:1
Card sample
#9bfef7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfef7;
Background color
Panel with #9bfef7 background
background-color: #9bfef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 254, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 254, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfef7; background: linear-gradient(135deg, #9bfef7, #9BC3FE);