#afe9ac
a light, vivid green · cool · closest name: aquamarine
RGB
175, 233, 172
HSL
117°, 58%, 79%
CMYK
25, 0, 26, 9
Luminance
0.7037
Every format
| HEX | #afe9ac |
| RGB | rgb(175, 233, 172) |
| HSL | hsl(117, 58%, 79%) |
| CMYK | cmyk(25%, 0%, 26%, 9%) |
| LAB | lab(87.2 -29.9 23.9) |
| LCH | lch(87.2 38.3 141.5) |
| OKLCH | oklch(0.879 0.102 143.4) |
Copy-ready code
/* CSS */
color: #afe9ac;
background-color: #afe9ac;
/* Tailwind (arbitrary) */
class="text-[#afe9ac] bg-[#afe9ac]"
/* SCSS */
$brand: #afe9ac;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.675)
/* Android */
Color.parseColor("#afe9ac")Accessibility — WCAG contrast
Aa
#afe9ac on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe9ac on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue67.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow26.2%
Key (black)8.6%
Color previews
#afe9ac text on a black background
contrast 15.07:1
Card sample
#afe9ac text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe9ac;
Background color
Panel with #afe9ac background
background-color: #afe9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe9ac; background: linear-gradient(135deg, #afe9ac, #ACE9D2);