#afdf59
a balanced, vivid green · cool · closest name: khaki
RGB
175, 223, 89
HSL
82°, 68%, 61%
CMYK
22, 0, 60, 13
Luminance
0.6261
Every format
| HEX | #afdf59 |
| RGB | rgb(175, 223, 89) |
| HSL | hsl(82, 68%, 61%) |
| CMYK | cmyk(22%, 0%, 60%, 13%) |
| LAB | lab(83.2 -35.5 59.1) |
| LCH | lch(83.2 69.0 121.0) |
| OKLCH | oklch(0.843 0.170 126.4) |
Copy-ready code
/* CSS */
color: #afdf59;
background-color: #afdf59;
/* Tailwind (arbitrary) */
class="text-[#afdf59] bg-[#afdf59]"
/* SCSS */
$brand: #afdf59;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.349)
/* Android */
Color.parseColor("#afdf59")Accessibility — WCAG contrast
Aa
#afdf59 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf59 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue34.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow60.1%
Key (black)12.5%
Color previews
#afdf59 text on a black background
contrast 13.52:1
Card sample
#afdf59 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf59;
Background color
Panel with #afdf59 background
background-color: #afdf59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf59; background: linear-gradient(135deg, #afdf59, #59DF5C);