#afe9b0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 233, 176
HSL
121°, 57%, 80%
CMYK
25, 0, 25, 9
Luminance
0.7053
Every format
| HEX | #afe9b0 |
| RGB | rgb(175, 233, 176) |
| HSL | hsl(121, 57%, 80%) |
| CMYK | cmyk(25%, 0%, 25%, 9%) |
| LAB | lab(87.3 -29.3 21.9) |
| LCH | lch(87.3 36.6 143.2) |
| OKLCH | oklch(0.880 0.098 145.1) |
Copy-ready code
/* CSS */
color: #afe9b0;
background-color: #afe9b0;
/* Tailwind (arbitrary) */
class="text-[#afe9b0] bg-[#afe9b0]"
/* SCSS */
$brand: #afe9b0;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.690)
/* Android */
Color.parseColor("#afe9b0")Accessibility — WCAG contrast
Aa
#afe9b0 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe9b0 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue69.0%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow24.5%
Key (black)8.6%
Color previews
#afe9b0 text on a black background
contrast 15.11:1
Card sample
#afe9b0 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe9b0;
Background color
Panel with #afe9b0 background
background-color: #afe9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe9b0; background: linear-gradient(135deg, #afe9b0, #AFE9D7);