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