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