#afd89f
a light, soft green · cool · closest name: beige
RGB
175, 216, 159
HSL
103°, 42%, 74%
CMYK
19, 0, 26, 15
Luminance
0.6073
Every format
| HEX | #afd89f |
| RGB | rgb(175, 216, 159) |
| HSL | hsl(103, 42%, 74%) |
| CMYK | cmyk(19%, 0%, 26%, 15%) |
| LAB | lab(82.2 -23.9 23.8) |
| LCH | lch(82.2 33.7 135.1) |
| OKLCH | oklch(0.838 0.089 137.1) |
Copy-ready code
/* CSS */
color: #afd89f;
background-color: #afd89f;
/* Tailwind (arbitrary) */
class="text-[#afd89f] bg-[#afd89f]"
/* SCSS */
$brand: #afd89f;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.624)
/* Android */
Color.parseColor("#afd89f")Accessibility — WCAG contrast
Aa
#afd89f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd89f on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue62.4%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow26.4%
Key (black)15.3%
Color previews
#afd89f text on a black background
contrast 13.15:1
Card sample
#afd89f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd89f;
Background color
Panel with #afd89f background
background-color: #afd89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd89f; background: linear-gradient(135deg, #afd89f, #9FD8B5);