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