#afeabd
a light, vivid green · cool · closest name: aquamarine
RGB
175, 234, 189
HSL
134°, 58%, 80%
CMYK
25, 0, 19, 8
Luminance
0.7163
Every format
| HEX | #afeabd |
| RGB | rgb(175, 234, 189) |
| HSL | hsl(134, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 19%, 8%) |
| LAB | lab(87.8 -27.5 15.9) |
| LCH | lch(87.8 31.8 150.0) |
| OKLCH | oklch(0.885 0.086 151.7) |
Copy-ready code
/* CSS */
color: #afeabd;
background-color: #afeabd;
/* Tailwind (arbitrary) */
class="text-[#afeabd] bg-[#afeabd]"
/* SCSS */
$brand: #afeabd;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.741)
/* Android */
Color.parseColor("#afeabd")Accessibility — WCAG contrast
Aa
#afeabd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeabd on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue74.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow19.2%
Key (black)8.2%
Color previews
#afeabd text on a black background
contrast 15.33:1
Card sample
#afeabd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeabd;
Background color
Panel with #afeabd background
background-color: #afeabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeabd; background: linear-gradient(135deg, #afeabd, #AFEAE4);