#9cfee2
a light, electric cyan · cool · closest name: aquamarine
RGB
156, 254, 226
HSL
163°, 98%, 80%
CMYK
39, 0, 11, 0
Luminance
0.8344
Every format
| HEX | #9cfee2 |
| RGB | rgb(156, 254, 226) |
| HSL | hsl(163, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 11%, 0%) |
| LAB | lab(93.2 -35.0 4.3) |
| LCH | lch(93.2 35.3 173.0) |
| OKLCH | oklch(0.929 0.101 173.8) |
Copy-ready code
/* CSS */
color: #9cfee2;
background-color: #9cfee2;
/* Tailwind (arbitrary) */
class="text-[#9cfee2] bg-[#9cfee2]"
/* SCSS */
$brand: #9cfee2;
/* SwiftUI */
Color(red: 0.612, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#9cfee2")Accessibility — WCAG contrast
Aa
#9cfee2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfee2 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.6%
Blue88.6%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#9cfee2 text on a black background
contrast 17.69:1
Card sample
#9cfee2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfee2;
Background color
Panel with #9cfee2 background
background-color: #9cfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfee2; background: linear-gradient(135deg, #9cfee2, #9CD9FE);