#afe3ac
a light, vivid green · cool · closest name: aquamarine
RGB
175, 227, 172
HSL
117°, 50%, 78%
CMYK
23, 0, 24, 11
Luminance
0.6703
Every format
| HEX | #afe3ac |
| RGB | rgb(175, 227, 172) |
| HSL | hsl(117, 50%, 78%) |
| CMYK | cmyk(23%, 0%, 24%, 11%) |
| LAB | lab(85.5 -27.1 21.6) |
| LCH | lch(85.5 34.6 141.5) |
| OKLCH | oklch(0.866 0.092 143.4) |
Copy-ready code
/* CSS */
color: #afe3ac;
background-color: #afe3ac;
/* Tailwind (arbitrary) */
class="text-[#afe3ac] bg-[#afe3ac]"
/* SCSS */
$brand: #afe3ac;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.675)
/* Android */
Color.parseColor("#afe3ac")Accessibility — WCAG contrast
Aa
#afe3ac on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3ac on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue67.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow24.2%
Key (black)11.0%
Color previews
#afe3ac text on a black background
contrast 14.41:1
Card sample
#afe3ac text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3ac;
Background color
Panel with #afe3ac background
background-color: #afe3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3ac; background: linear-gradient(135deg, #afe3ac, #ACE3CE);