#9feeaf
a light, vivid green · cool · closest name: aquamarine
RGB
159, 238, 175
HSL
132°, 70%, 78%
CMYK
33, 0, 27, 7
Luminance
0.7162
Every format
| HEX | #9feeaf |
| RGB | rgb(159, 238, 175) |
| HSL | hsl(132, 70%, 78%) |
| CMYK | cmyk(33%, 0%, 27%, 7%) |
| LAB | lab(87.8 -36.8 23.0) |
| LCH | lch(87.8 43.4 148.0) |
| OKLCH | oklch(0.882 0.117 149.9) |
Copy-ready code
/* CSS */
color: #9feeaf;
background-color: #9feeaf;
/* Tailwind (arbitrary) */
class="text-[#9feeaf] bg-[#9feeaf]"
/* SCSS */
$brand: #9feeaf;
/* SwiftUI */
Color(red: 0.624, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#9feeaf")Accessibility — WCAG contrast
Aa
#9feeaf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feeaf on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.3%
Blue68.6%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#9feeaf text on a black background
contrast 15.32:1
Card sample
#9feeaf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feeaf;
Background color
Panel with #9feeaf background
background-color: #9feeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feeaf; background: linear-gradient(135deg, #9feeaf, #9FEEE4);