#afe5ba
a light, vivid green · cool · closest name: aquamarine
RGB
175, 229, 186
HSL
132°, 51%, 79%
CMYK
24, 0, 19, 10
Luminance
0.6870
Every format
| HEX | #afe5ba |
| RGB | rgb(175, 229, 186) |
| HSL | hsl(132, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 19%, 10%) |
| LAB | lab(86.3 -25.6 15.4) |
| LCH | lch(86.3 29.9 148.9) |
| OKLCH | oklch(0.873 0.081 150.6) |
Copy-ready code
/* CSS */
color: #afe5ba;
background-color: #afe5ba;
/* Tailwind (arbitrary) */
class="text-[#afe5ba] bg-[#afe5ba]"
/* SCSS */
$brand: #afe5ba;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#afe5ba")Accessibility — WCAG contrast
Aa
#afe5ba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5ba on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue72.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow18.8%
Key (black)10.2%
Color previews
#afe5ba text on a black background
contrast 14.74:1
Card sample
#afe5ba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5ba;
Background color
Panel with #afe5ba background
background-color: #afe5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5ba; background: linear-gradient(135deg, #afe5ba, #AFE5DE);