#afd951
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 217, 81
HSL
79°, 64%, 58%
CMYK
19, 0, 63, 15
Luminance
0.5933
Every format
| HEX | #afd951 |
| RGB | rgb(175, 217, 81) |
| HSL | hsl(79, 64%, 58%) |
| CMYK | cmyk(19%, 0%, 63%, 15%) |
| LAB | lab(81.5 -33.4 60.5) |
| LCH | lch(81.5 69.2 118.9) |
| OKLCH | oklch(0.829 0.169 124.6) |
Copy-ready code
/* CSS */
color: #afd951;
background-color: #afd951;
/* Tailwind (arbitrary) */
class="text-[#afd951] bg-[#afd951]"
/* SCSS */
$brand: #afd951;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.318)
/* Android */
Color.parseColor("#afd951")Accessibility — WCAG contrast
Aa
#afd951 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd951 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue31.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow62.7%
Key (black)14.9%
Color previews
#afd951 text on a black background
contrast 12.87:1
Card sample
#afd951 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd951;
Background color
Panel with #afd951 background
background-color: #afd951;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd951;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd951; background: linear-gradient(135deg, #afd951, #54D951);