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