#afdb5f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 219, 95
HSL
81°, 63%, 62%
CMYK
20, 0, 57, 14
Luminance
0.6060
Every format
| HEX | #afdb5f |
| RGB | rgb(175, 219, 95) |
| HSL | hsl(81, 63%, 62%) |
| CMYK | cmyk(20%, 0%, 57%, 14%) |
| LAB | lab(82.2 -33.2 55.3) |
| LCH | lch(82.2 64.5 121.0) |
| OKLCH | oklch(0.835 0.160 126.0) |
Copy-ready code
/* CSS */
color: #afdb5f;
background-color: #afdb5f;
/* Tailwind (arbitrary) */
class="text-[#afdb5f] bg-[#afdb5f]"
/* SCSS */
$brand: #afdb5f;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#afdb5f")Accessibility — WCAG contrast
Aa
#afdb5f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb5f on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue37.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow56.6%
Key (black)14.1%
Color previews
#afdb5f text on a black background
contrast 13.12:1
Card sample
#afdb5f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb5f;
Background color
Panel with #afdb5f background
background-color: #afdb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb5f; background: linear-gradient(135deg, #afdb5f, #5FDB62);