#afd142
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 209, 66
HSL
74°, 61%, 54%
CMYK
16, 0, 68, 18
Luminance
0.5511
Every format
| HEX | #afd142 |
| RGB | rgb(175, 209, 66) |
| HSL | hsl(74, 61%, 54%) |
| CMYK | cmyk(16%, 0%, 68%, 18%) |
| LAB | lab(79.1 -30.7 64.0) |
| LCH | lch(79.1 71.0 115.6) |
| OKLCH | oklch(0.809 0.170 121.9) |
Copy-ready code
/* CSS */
color: #afd142;
background-color: #afd142;
/* Tailwind (arbitrary) */
class="text-[#afd142] bg-[#afd142]"
/* SCSS */
$brand: #afd142;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#afd142")Accessibility — WCAG contrast
Aa
#afd142 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd142 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue25.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#afd142 text on a black background
contrast 12.02:1
Card sample
#afd142 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd142;
Background color
Panel with #afd142 background
background-color: #afd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd142; background: linear-gradient(135deg, #afd142, #4FD142);