#afd043
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 208, 67
HSL
74°, 60%, 54%
CMYK
16, 0, 68, 18
Luminance
0.5463
Every format
| HEX | #afd043 |
| RGB | rgb(175, 208, 67) |
| HSL | hsl(74, 60%, 54%) |
| CMYK | cmyk(16%, 0%, 68%, 18%) |
| LAB | lab(78.8 -30.2 63.3) |
| LCH | lch(78.8 70.2 115.5) |
| OKLCH | oklch(0.807 0.168 121.7) |
Copy-ready code
/* CSS */
color: #afd043;
background-color: #afd043;
/* Tailwind (arbitrary) */
class="text-[#afd043] bg-[#afd043]"
/* SCSS */
$brand: #afd043;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.263)
/* Android */
Color.parseColor("#afd043")Accessibility — WCAG contrast
Aa
#afd043 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd043 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue26.3%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow67.8%
Key (black)18.4%
Color previews
#afd043 text on a black background
contrast 11.93:1
Card sample
#afd043 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd043;
Background color
Panel with #afd043 background
background-color: #afd043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd043; background: linear-gradient(135deg, #afd043, #51D043);