#afeba0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 160
HSL
108°, 65%, 78%
CMYK
26, 0, 32, 8
Luminance
0.7107
Every format
| HEX | #afeba0 |
| RGB | rgb(175, 235, 160) |
| HSL | hsl(108, 65%, 78%) |
| CMYK | cmyk(26%, 0%, 32%, 8%) |
| LAB | lab(87.5 -32.8 30.5) |
| LCH | lch(87.5 44.7 137.1) |
| OKLCH | oklch(0.881 0.117 139.5) |
Copy-ready code
/* CSS */
color: #afeba0;
background-color: #afeba0;
/* Tailwind (arbitrary) */
class="text-[#afeba0] bg-[#afeba0]"
/* SCSS */
$brand: #afeba0;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.627)
/* Android */
Color.parseColor("#afeba0")Accessibility — WCAG contrast
Aa
#afeba0 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeba0 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue62.7%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow31.9%
Key (black)7.8%
Color previews
#afeba0 text on a black background
contrast 15.21:1
Card sample
#afeba0 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeba0;
Background color
Panel with #afeba0 background
background-color: #afeba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeba0; background: linear-gradient(135deg, #afeba0, #A0EBC3);