#9ff3cf
a light, electric green · cool · closest name: aquamarine
RGB
159, 243, 207
HSL
154°, 78%, 79%
CMYK
35, 0, 15, 5
Luminance
0.7598
Every format
| HEX | #9ff3cf |
| RGB | rgb(159, 243, 207) |
| HSL | hsl(154, 78%, 79%) |
| CMYK | cmyk(35%, 0%, 15%, 5%) |
| LAB | lab(89.8 -33.1 9.3) |
| LCH | lch(89.8 34.4 164.2) |
| OKLCH | oklch(0.900 0.096 165.5) |
Copy-ready code
/* CSS */
color: #9ff3cf;
background-color: #9ff3cf;
/* Tailwind (arbitrary) */
class="text-[#9ff3cf] bg-[#9ff3cf]"
/* SCSS */
$brand: #9ff3cf;
/* SwiftUI */
Color(red: 0.624, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#9ff3cf")Accessibility — WCAG contrast
Aa
#9ff3cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff3cf on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green95.3%
Blue81.2%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#9ff3cf text on a black background
contrast 16.20:1
Card sample
#9ff3cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff3cf;
Background color
Panel with #9ff3cf background
background-color: #9ff3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff3cf; background: linear-gradient(135deg, #9ff3cf, #9FDFF3);