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