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