#afe7ab
a light, vivid green · cool · closest name: aquamarine
RGB
175, 231, 171
HSL
116°, 56%, 79%
CMYK
24, 0, 26, 9
Luminance
0.6921
Every format
| HEX | #afe7ab |
| RGB | rgb(175, 231, 171) |
| HSL | hsl(116, 56%, 79%) |
| CMYK | cmyk(24%, 0%, 26%, 9%) |
| LAB | lab(86.6 -29.2 23.6) |
| LCH | lch(86.6 37.5 141.0) |
| OKLCH | oklch(0.874 0.100 143.0) |
Copy-ready code
/* CSS */
color: #afe7ab;
background-color: #afe7ab;
/* Tailwind (arbitrary) */
class="text-[#afe7ab] bg-[#afe7ab]"
/* SCSS */
$brand: #afe7ab;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.671)
/* Android */
Color.parseColor("#afe7ab")Accessibility — WCAG contrast
Aa
#afe7ab on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7ab on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue67.1%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow26.0%
Key (black)9.4%
Color previews
#afe7ab text on a black background
contrast 14.84:1
Card sample
#afe7ab text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7ab;
Background color
Panel with #afe7ab background
background-color: #afe7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7ab; background: linear-gradient(135deg, #afe7ab, #ABE7CF);