#afeeb8
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 184
HSL
129°, 65%, 81%
CMYK
27, 0, 23, 7
Luminance
0.7372
Every format
| HEX | #afeeb8 |
| RGB | rgb(175, 238, 184) |
| HSL | hsl(129, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 23%, 7%) |
| LAB | lab(88.8 -30.3 19.9) |
| LCH | lch(88.8 36.2 146.7) |
| OKLCH | oklch(0.893 0.097 148.5) |
Copy-ready code
/* CSS */
color: #afeeb8;
background-color: #afeeb8;
/* Tailwind (arbitrary) */
class="text-[#afeeb8] bg-[#afeeb8]"
/* SCSS */
$brand: #afeeb8;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.722)
/* Android */
Color.parseColor("#afeeb8")Accessibility — WCAG contrast
Aa
#afeeb8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeb8 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue72.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow22.7%
Key (black)6.7%
Color previews
#afeeb8 text on a black background
contrast 15.74:1
Card sample
#afeeb8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeb8;
Background color
Panel with #afeeb8 background
background-color: #afeeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeb8; background: linear-gradient(135deg, #afeeb8, #AFEEE2);