#afeeb4
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 180
HSL
125°, 65%, 81%
CMYK
27, 0, 24, 7
Luminance
0.7356
Every format
| HEX | #afeeb4 |
| RGB | rgb(175, 238, 180) |
| HSL | hsl(125, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 24%, 7%) |
| LAB | lab(88.7 -31.0 21.9) |
| LCH | lch(88.7 37.9 144.8) |
| OKLCH | oklch(0.892 0.101 146.7) |
Copy-ready code
/* CSS */
color: #afeeb4;
background-color: #afeeb4;
/* Tailwind (arbitrary) */
class="text-[#afeeb4] bg-[#afeeb4]"
/* SCSS */
$brand: #afeeb4;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.706)
/* Android */
Color.parseColor("#afeeb4")Accessibility — WCAG contrast
Aa
#afeeb4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeb4 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue70.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow24.4%
Key (black)6.7%
Color previews
#afeeb4 text on a black background
contrast 15.71:1
Card sample
#afeeb4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeb4;
Background color
Panel with #afeeb4 background
background-color: #afeeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeb4; background: linear-gradient(135deg, #afeeb4, #AFEEDE);