#afebaa
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 170
HSL
115°, 62%, 79%
CMYK
26, 0, 28, 8
Luminance
0.7143
Every format
| HEX | #afebaa |
| RGB | rgb(175, 235, 170) |
| HSL | hsl(115, 62%, 79%) |
| CMYK | cmyk(26%, 0%, 28%, 8%) |
| LAB | lab(87.7 -31.2 25.6) |
| LCH | lch(87.7 40.4 140.7) |
| OKLCH | oklch(0.883 0.107 142.7) |
Copy-ready code
/* CSS */
color: #afebaa;
background-color: #afebaa;
/* Tailwind (arbitrary) */
class="text-[#afebaa] bg-[#afebaa]"
/* SCSS */
$brand: #afebaa;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#afebaa")Accessibility — WCAG contrast
Aa
#afebaa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebaa on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue66.7%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#afebaa text on a black background
contrast 15.29:1
Card sample
#afebaa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebaa;
Background color
Panel with #afebaa background
background-color: #afebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebaa; background: linear-gradient(135deg, #afebaa, #AAEBD0);