#afdb5b
a balanced, vivid green · cool · closest name: khaki
RGB
175, 219, 91
HSL
81°, 64%, 61%
CMYK
20, 0, 58, 14
Luminance
0.6053
Every format
| HEX | #afdb5b |
| RGB | rgb(175, 219, 91) |
| HSL | hsl(81, 64%, 61%) |
| CMYK | cmyk(20%, 0%, 58%, 14%) |
| LAB | lab(82.1 -33.5 57.0) |
| LCH | lch(82.1 66.1 120.5) |
| OKLCH | oklch(0.834 0.163 125.7) |
Copy-ready code
/* CSS */
color: #afdb5b;
background-color: #afdb5b;
/* Tailwind (arbitrary) */
class="text-[#afdb5b] bg-[#afdb5b]"
/* SCSS */
$brand: #afdb5b;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.357)
/* Android */
Color.parseColor("#afdb5b")Accessibility — WCAG contrast
Aa
#afdb5b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb5b on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue35.7%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow58.4%
Key (black)14.1%
Color previews
#afdb5b text on a black background
contrast 13.11:1
Card sample
#afdb5b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb5b;
Background color
Panel with #afdb5b background
background-color: #afdb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb5b; background: linear-gradient(135deg, #afdb5b, #5BDB5C);