#afd752
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 215, 82
HSL
78°, 62%, 58%
CMYK
19, 0, 62, 16
Luminance
0.5832
Every format
| HEX | #afd752 |
| RGB | rgb(175, 215, 82) |
| HSL | hsl(78, 62%, 58%) |
| CMYK | cmyk(19%, 0%, 62%, 16%) |
| LAB | lab(80.9 -32.4 59.5) |
| LCH | lch(80.9 67.8 118.6) |
| OKLCH | oklch(0.824 0.165 124.2) |
Copy-ready code
/* CSS */
color: #afd752;
background-color: #afd752;
/* Tailwind (arbitrary) */
class="text-[#afd752] bg-[#afd752]"
/* SCSS */
$brand: #afd752;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.322)
/* Android */
Color.parseColor("#afd752")Accessibility — WCAG contrast
Aa
#afd752 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd752 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue32.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow61.9%
Key (black)15.7%
Color previews
#afd752 text on a black background
contrast 12.66:1
Card sample
#afd752 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd752;
Background color
Panel with #afd752 background
background-color: #afd752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd752; background: linear-gradient(135deg, #afd752, #56D752);