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