#afe4b2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 228, 178
HSL
123°, 50%, 79%
CMYK
23, 0, 22, 11
Luminance
0.6782
Every format
| HEX | #afe4b2 |
| RGB | rgb(175, 228, 178) |
| HSL | hsl(123, 50%, 79%) |
| CMYK | cmyk(23%, 0%, 22%, 11%) |
| LAB | lab(85.9 -26.6 19.0) |
| LCH | lch(85.9 32.7 144.4) |
| OKLCH | oklch(0.869 0.087 146.2) |
Copy-ready code
/* CSS */
color: #afe4b2;
background-color: #afe4b2;
/* Tailwind (arbitrary) */
class="text-[#afe4b2] bg-[#afe4b2]"
/* SCSS */
$brand: #afe4b2;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.698)
/* Android */
Color.parseColor("#afe4b2")Accessibility — WCAG contrast
Aa
#afe4b2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4b2 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue69.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow21.9%
Key (black)10.6%
Color previews
#afe4b2 text on a black background
contrast 14.56:1
Card sample
#afe4b2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4b2;
Background color
Panel with #afe4b2 background
background-color: #afe4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4b2; background: linear-gradient(135deg, #afe4b2, #AFE4D5);