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