#afd152
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 209, 82
HSL
76°, 58%, 57%
CMYK
16, 0, 61, 18
Luminance
0.5532
Every format
| HEX | #afd152 |
| RGB | rgb(175, 209, 82) |
| HSL | hsl(76, 58%, 57%) |
| CMYK | cmyk(16%, 0%, 61%, 18%) |
| LAB | lab(79.2 -29.6 57.7) |
| LCH | lch(79.2 64.8 117.2) |
| OKLCH | oklch(0.811 0.158 122.6) |
Copy-ready code
/* CSS */
color: #afd152;
background-color: #afd152;
/* Tailwind (arbitrary) */
class="text-[#afd152] bg-[#afd152]"
/* SCSS */
$brand: #afd152;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.322)
/* Android */
Color.parseColor("#afd152")Accessibility — WCAG contrast
Aa
#afd152 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd152 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue32.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow60.8%
Key (black)18.0%
Color previews
#afd152 text on a black background
contrast 12.06:1
Card sample
#afd152 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd152;
Background color
Panel with #afd152 background
background-color: #afd152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd152; background: linear-gradient(135deg, #afd152, #5AD152);