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