#afd652
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 214, 82
HSL
78°, 62%, 58%
CMYK
18, 0, 62, 16
Luminance
0.5782
Every format
| HEX | #afd652 |
| RGB | rgb(175, 214, 82) |
| HSL | hsl(78, 62%, 58%) |
| CMYK | cmyk(18%, 0%, 62%, 16%) |
| LAB | lab(80.6 -32.0 59.2) |
| LCH | lch(80.6 67.3 118.4) |
| OKLCH | oklch(0.822 0.164 123.9) |
Copy-ready code
/* CSS */
color: #afd652;
background-color: #afd652;
/* Tailwind (arbitrary) */
class="text-[#afd652] bg-[#afd652]"
/* SCSS */
$brand: #afd652;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#afd652")Accessibility — WCAG contrast
Aa
#afd652 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd652 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue32.2%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#afd652 text on a black background
contrast 12.56:1
Card sample
#afd652 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd652;
Background color
Panel with #afd652 background
background-color: #afd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd652; background: linear-gradient(135deg, #afd652, #57D652);