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