#afcc48
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 204, 72
HSL
73°, 56%, 54%
CMYK
14, 0, 65, 20
Luminance
0.5277
Every format
| HEX | #afcc48 |
| RGB | rgb(175, 204, 72) |
| HSL | hsl(73, 56%, 54%) |
| CMYK | cmyk(14%, 0%, 65%, 20%) |
| LAB | lab(77.7 -28.0 60.2) |
| LCH | lch(77.7 66.4 114.9) |
| OKLCH | oklch(0.798 0.159 120.7) |
Copy-ready code
/* CSS */
color: #afcc48;
background-color: #afcc48;
/* Tailwind (arbitrary) */
class="text-[#afcc48] bg-[#afcc48]"
/* SCSS */
$brand: #afcc48;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.282)
/* Android */
Color.parseColor("#afcc48")Accessibility — WCAG contrast
Aa
#afcc48 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc48 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue28.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow64.7%
Key (black)20.0%
Color previews
#afcc48 text on a black background
contrast 11.55:1
Card sample
#afcc48 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc48;
Background color
Panel with #afcc48 background
background-color: #afcc48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc48; background: linear-gradient(135deg, #afcc48, #57CC48);