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