#9bfcf2
a light, electric cyan · cool · closest name: turquoise
RGB
155, 252, 242
HSL
174°, 94%, 80%
CMYK
39, 0, 4, 1
Luminance
0.8300
Every format
| HEX | #9bfcf2 |
| RGB | rgb(155, 252, 242) |
| HSL | hsl(174, 94%, 80%) |
| CMYK | cmyk(39%, 0%, 4%, 1%) |
| LAB | lab(93.0 -30.8 -4.2) |
| LCH | lch(93.0 31.1 187.8) |
| OKLCH | oklch(0.928 0.093 187.3) |
Copy-ready code
/* CSS */
color: #9bfcf2;
background-color: #9bfcf2;
/* Tailwind (arbitrary) */
class="text-[#9bfcf2] bg-[#9bfcf2]"
/* SCSS */
$brand: #9bfcf2;
/* SwiftUI */
Color(red: 0.608, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#9bfcf2")Accessibility — WCAG contrast
Aa
#9bfcf2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfcf2 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.8%
Blue94.9%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#9bfcf2 text on a black background
contrast 17.60:1
Card sample
#9bfcf2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfcf2;
Background color
Panel with #9bfcf2 background
background-color: #9bfcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfcf2; background: linear-gradient(135deg, #9bfcf2, #9BC5FC);