#afd732
a balanced, vivid green · cool · closest name: yellow
RGB
175, 215, 50
HSL
75°, 67%, 52%
CMYK
19, 0, 77, 16
Luminance
0.5795
Every format
| HEX | #afd732 |
| RGB | rgb(175, 215, 50) |
| HSL | hsl(75, 67%, 52%) |
| CMYK | cmyk(19%, 0%, 77%, 16%) |
| LAB | lab(80.7 -34.3 71.0) |
| LCH | lch(80.7 78.8 115.8) |
| OKLCH | oklch(0.822 0.186 122.9) |
Copy-ready code
/* CSS */
color: #afd732;
background-color: #afd732;
/* Tailwind (arbitrary) */
class="text-[#afd732] bg-[#afd732]"
/* SCSS */
$brand: #afd732;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.196)
/* Android */
Color.parseColor("#afd732")Accessibility — WCAG contrast
Aa
#afd732 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd732 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue19.6%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow76.7%
Key (black)15.7%
Color previews
#afd732 text on a black background
contrast 12.59:1
Card sample
#afd732 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd732;
Background color
Panel with #afd732 background
background-color: #afd732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd732; background: linear-gradient(135deg, #afd732, #41D732);