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