#afd43c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 212, 60
HSL
75°, 64%, 53%
CMYK
18, 0, 72, 17
Luminance
0.5653
Every format
| HEX | #afd43c |
| RGB | rgb(175, 212, 60) |
| HSL | hsl(75, 64%, 53%) |
| CMYK | cmyk(18%, 0%, 72%, 17%) |
| LAB | lab(79.9 -32.5 67.0) |
| LCH | lch(79.9 74.4 115.9) |
| OKLCH | oklch(0.816 0.177 122.5) |
Copy-ready code
/* CSS */
color: #afd43c;
background-color: #afd43c;
/* Tailwind (arbitrary) */
class="text-[#afd43c] bg-[#afd43c]"
/* SCSS */
$brand: #afd43c;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.235)
/* Android */
Color.parseColor("#afd43c")Accessibility — WCAG contrast
Aa
#afd43c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd43c on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue23.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow71.7%
Key (black)16.9%
Color previews
#afd43c text on a black background
contrast 12.31:1
Card sample
#afd43c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd43c;
Background color
Panel with #afd43c background
background-color: #afd43c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd43c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd43c; background: linear-gradient(135deg, #afd43c, #4AD43C);