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