#afd149
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 209, 73
HSL
75°, 60%, 55%
CMYK
16, 0, 65, 18
Luminance
0.5520
Every format
| HEX | #afd149 |
| RGB | rgb(175, 209, 73) |
| HSL | hsl(75, 60%, 55%) |
| CMYK | cmyk(16%, 0%, 65%, 18%) |
| LAB | lab(79.2 -30.3 61.3) |
| LCH | lch(79.2 68.4 116.3) |
| OKLCH | oklch(0.810 0.165 122.2) |
Copy-ready code
/* CSS */
color: #afd149;
background-color: #afd149;
/* Tailwind (arbitrary) */
class="text-[#afd149] bg-[#afd149]"
/* SCSS */
$brand: #afd149;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.286)
/* Android */
Color.parseColor("#afd149")Accessibility — WCAG contrast
Aa
#afd149 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd149 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue28.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow65.1%
Key (black)18.0%
Color previews
#afd149 text on a black background
contrast 12.04:1
Card sample
#afd149 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd149;
Background color
Panel with #afd149 background
background-color: #afd149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd149; background: linear-gradient(135deg, #afd149, #54D149);