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