#afd867
a balanced, vivid green · cool · closest name: khaki
RGB
175, 216, 103
HSL
82°, 59%, 63%
CMYK
19, 0, 52, 15
Luminance
0.5920
Every format
| HEX | #afd867 |
| RGB | rgb(175, 216, 103) |
| HSL | hsl(82, 59%, 63%) |
| CMYK | cmyk(19%, 0%, 52%, 15%) |
| LAB | lab(81.4 -31.1 50.8) |
| LCH | lch(81.4 59.5 121.5) |
| OKLCH | oklch(0.829 0.148 126.0) |
Copy-ready code
/* CSS */
color: #afd867;
background-color: #afd867;
/* Tailwind (arbitrary) */
class="text-[#afd867] bg-[#afd867]"
/* SCSS */
$brand: #afd867;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.404)
/* Android */
Color.parseColor("#afd867")Accessibility — WCAG contrast
Aa
#afd867 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd867 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue40.4%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow52.3%
Key (black)15.3%
Color previews
#afd867 text on a black background
contrast 12.84:1
Card sample
#afd867 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd867;
Background color
Panel with #afd867 background
background-color: #afd867;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd867;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd867; background: linear-gradient(135deg, #afd867, #67D86A);