#afeba8
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 168
HSL
114°, 63%, 79%
CMYK
26, 0, 29, 8
Luminance
0.7136
Every format
| HEX | #afeba8 |
| RGB | rgb(175, 235, 168) |
| HSL | hsl(114, 63%, 79%) |
| CMYK | cmyk(26%, 0%, 29%, 8%) |
| LAB | lab(87.7 -31.5 26.6) |
| LCH | lch(87.7 41.2 139.9) |
| OKLCH | oklch(0.882 0.109 142.0) |
Copy-ready code
/* CSS */
color: #afeba8;
background-color: #afeba8;
/* Tailwind (arbitrary) */
class="text-[#afeba8] bg-[#afeba8]"
/* SCSS */
$brand: #afeba8;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.659)
/* Android */
Color.parseColor("#afeba8")Accessibility — WCAG contrast
Aa
#afeba8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeba8 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue65.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow28.5%
Key (black)7.8%
Color previews
#afeba8 text on a black background
contrast 15.27:1
Card sample
#afeba8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeba8;
Background color
Panel with #afeba8 background
background-color: #afeba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeba8; background: linear-gradient(135deg, #afeba8, #A8EBCE);