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