#afdfaa
a light, vivid green · cool · closest name: aquamarine
RGB
175, 223, 170
HSL
114°, 45%, 77%
CMYK
22, 0, 24, 13
Luminance
0.6479
Every format
| HEX | #afdfaa |
| RGB | rgb(175, 223, 170) |
| HSL | hsl(114, 45%, 77%) |
| CMYK | cmyk(22%, 0%, 24%, 13%) |
| LAB | lab(84.4 -25.5 21.0) |
| LCH | lch(84.4 33.0 140.5) |
| OKLCH | oklch(0.856 0.088 142.4) |
Copy-ready code
/* CSS */
color: #afdfaa;
background-color: #afdfaa;
/* Tailwind (arbitrary) */
class="text-[#afdfaa] bg-[#afdfaa]"
/* SCSS */
$brand: #afdfaa;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#afdfaa")Accessibility — WCAG contrast
Aa
#afdfaa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfaa on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue66.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#afdfaa text on a black background
contrast 13.96:1
Card sample
#afdfaa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfaa;
Background color
Panel with #afdfaa background
background-color: #afdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfaa; background: linear-gradient(135deg, #afdfaa, #AADFC8);