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