#afee9d
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 157
HSL
107°, 70%, 78%
CMYK
27, 0, 34, 7
Luminance
0.7270
Every format
| HEX | #afee9d |
| RGB | rgb(175, 238, 157) |
| HSL | hsl(107, 70%, 78%) |
| CMYK | cmyk(27%, 0%, 34%, 7%) |
| LAB | lab(88.3 -34.6 33.0) |
| LCH | lch(88.3 47.8 136.3) |
| OKLCH | oklch(0.887 0.125 138.9) |
Copy-ready code
/* CSS */
color: #afee9d;
background-color: #afee9d;
/* Tailwind (arbitrary) */
class="text-[#afee9d] bg-[#afee9d]"
/* SCSS */
$brand: #afee9d;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.616)
/* Android */
Color.parseColor("#afee9d")Accessibility — WCAG contrast
Aa
#afee9d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee9d on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue61.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow34.0%
Key (black)6.7%
Color previews
#afee9d text on a black background
contrast 15.54:1
Card sample
#afee9d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee9d;
Background color
Panel with #afee9d background
background-color: #afee9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee9d; background: linear-gradient(135deg, #afee9d, #9DEEC1);