#afd33c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 211, 60
HSL
74°, 63%, 53%
CMYK
17, 0, 72, 17
Luminance
0.5603
Every format
| HEX | #afd33c |
| RGB | rgb(175, 211, 60) |
| HSL | hsl(74, 63%, 53%) |
| CMYK | cmyk(17%, 0%, 72%, 17%) |
| LAB | lab(79.6 -32.0 66.7) |
| LCH | lch(79.6 74.0 115.6) |
| OKLCH | oklch(0.814 0.176 122.2) |
Copy-ready code
/* CSS */
color: #afd33c;
background-color: #afd33c;
/* Tailwind (arbitrary) */
class="text-[#afd33c] bg-[#afd33c]"
/* SCSS */
$brand: #afd33c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.235)
/* Android */
Color.parseColor("#afd33c")Accessibility — WCAG contrast
Aa
#afd33c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd33c on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue23.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow71.6%
Key (black)17.3%
Color previews
#afd33c text on a black background
contrast 12.21:1
Card sample
#afd33c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd33c;
Background color
Panel with #afd33c background
background-color: #afd33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd33c; background: linear-gradient(135deg, #afd33c, #4AD33C);