#afd845
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 216, 69
HSL
77°, 65%, 56%
CMYK
19, 0, 68, 15
Luminance
0.5866
Every format
| HEX | #afd845 |
| RGB | rgb(175, 216, 69) |
| HSL | hsl(77, 65%, 56%) |
| CMYK | cmyk(19%, 0%, 68%, 15%) |
| LAB | lab(81.1 -33.8 64.9) |
| LCH | lch(81.1 73.2 117.5) |
| OKLCH | oklch(0.826 0.176 123.8) |
Copy-ready code
/* CSS */
color: #afd845;
background-color: #afd845;
/* Tailwind (arbitrary) */
class="text-[#afd845] bg-[#afd845]"
/* SCSS */
$brand: #afd845;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.271)
/* Android */
Color.parseColor("#afd845")Accessibility — WCAG contrast
Aa
#afd845 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd845 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue27.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow68.1%
Key (black)15.3%
Color previews
#afd845 text on a black background
contrast 12.73:1
Card sample
#afd845 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd845;
Background color
Panel with #afd845 background
background-color: #afd845;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd845;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd845; background: linear-gradient(135deg, #afd845, #4DD845);