#afd769
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 105
HSL
82°, 58%, 63%
CMYK
19, 0, 51, 16
Luminance
0.5873
Every format
| HEX | #afd769 |
| RGB | rgb(175, 215, 105) |
| HSL | hsl(82, 58%, 63%) |
| CMYK | cmyk(19%, 0%, 51%, 16%) |
| LAB | lab(81.2 -30.4 49.5) |
| LCH | lch(81.2 58.1 121.6) |
| OKLCH | oklch(0.827 0.145 125.9) |
Copy-ready code
/* CSS */
color: #afd769;
background-color: #afd769;
/* Tailwind (arbitrary) */
class="text-[#afd769] bg-[#afd769]"
/* SCSS */
$brand: #afd769;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.412)
/* Android */
Color.parseColor("#afd769")Accessibility — WCAG contrast
Aa
#afd769 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd769 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue41.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow51.2%
Key (black)15.7%
Color previews
#afd769 text on a black background
contrast 12.75:1
Card sample
#afd769 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd769;
Background color
Panel with #afd769 background
background-color: #afd769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd769; background: linear-gradient(135deg, #afd769, #69D76C);