#afd341
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 211, 65
HSL
75°, 62%, 54%
CMYK
17, 0, 69, 17
Luminance
0.5608
Every format
| HEX | #afd341 |
| RGB | rgb(175, 211, 65) |
| HSL | hsl(75, 62%, 54%) |
| CMYK | cmyk(17%, 0%, 69%, 17%) |
| LAB | lab(79.7 -31.7 64.9) |
| LCH | lch(79.7 72.3 116.0) |
| OKLCH | oklch(0.814 0.173 122.4) |
Copy-ready code
/* CSS */
color: #afd341;
background-color: #afd341;
/* Tailwind (arbitrary) */
class="text-[#afd341] bg-[#afd341]"
/* SCSS */
$brand: #afd341;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.255)
/* Android */
Color.parseColor("#afd341")Accessibility — WCAG contrast
Aa
#afd341 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd341 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue25.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow69.2%
Key (black)17.3%
Color previews
#afd341 text on a black background
contrast 12.22:1
Card sample
#afd341 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd341;
Background color
Panel with #afd341 background
background-color: #afd341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd341; background: linear-gradient(135deg, #afd341, #4ED341);