#afeeaf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 175
HSL
120°, 65%, 81%
CMYK
27, 0, 27, 7
Luminance
0.7336
Every format
| HEX | #afeeaf |
| RGB | rgb(175, 238, 175) |
| HSL | hsl(120, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 27%, 7%) |
| LAB | lab(88.6 -31.8 24.3) |
| LCH | lch(88.6 40.0 142.6) |
| OKLCH | oklch(0.891 0.106 144.6) |
Copy-ready code
/* CSS */
color: #afeeaf;
background-color: #afeeaf;
/* Tailwind (arbitrary) */
class="text-[#afeeaf] bg-[#afeeaf]"
/* SCSS */
$brand: #afeeaf;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#afeeaf")Accessibility — WCAG contrast
Aa
#afeeaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeaf on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#afeeaf text on a black background
contrast 15.67:1
Card sample
#afeeaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeaf;
Background color
Panel with #afeeaf background
background-color: #afeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeaf; background: linear-gradient(135deg, #afeeaf, #AFEED9);