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