#afe5b2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 229, 178
HSL
123°, 51%, 79%
CMYK
24, 0, 22, 10
Luminance
0.6837
Every format
| HEX | #afe5b2 |
| RGB | rgb(175, 229, 178) |
| HSL | hsl(123, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 22%, 10%) |
| LAB | lab(86.2 -27.0 19.4) |
| LCH | lch(86.2 33.3 144.4) |
| OKLCH | oklch(0.871 0.089 146.2) |
Copy-ready code
/* CSS */
color: #afe5b2;
background-color: #afe5b2;
/* Tailwind (arbitrary) */
class="text-[#afe5b2] bg-[#afe5b2]"
/* SCSS */
$brand: #afe5b2;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.698)
/* Android */
Color.parseColor("#afe5b2")Accessibility — WCAG contrast
Aa
#afe5b2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5b2 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue69.8%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow22.3%
Key (black)10.2%
Color previews
#afe5b2 text on a black background
contrast 14.67:1
Card sample
#afe5b2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5b2;
Background color
Panel with #afe5b2 background
background-color: #afe5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5b2; background: linear-gradient(135deg, #afe5b2, #AFE5D6);