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