#afd45f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 212, 95
HSL
79°, 58%, 60%
CMYK
18, 0, 55, 17
Luminance
0.5703
Every format
| HEX | #afd45f |
| RGB | rgb(175, 212, 95) |
| HSL | hsl(79, 58%, 60%) |
| CMYK | cmyk(18%, 0%, 55%, 17%) |
| LAB | lab(80.2 -29.9 53.0) |
| LCH | lch(80.2 60.9 119.5) |
| OKLCH | oklch(0.819 0.150 124.3) |
Copy-ready code
/* CSS */
color: #afd45f;
background-color: #afd45f;
/* Tailwind (arbitrary) */
class="text-[#afd45f] bg-[#afd45f]"
/* SCSS */
$brand: #afd45f;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.373)
/* Android */
Color.parseColor("#afd45f")Accessibility — WCAG contrast
Aa
#afd45f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd45f on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue37.3%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow55.2%
Key (black)16.9%
Color previews
#afd45f text on a black background
contrast 12.41:1
Card sample
#afd45f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd45f;
Background color
Panel with #afd45f background
background-color: #afd45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd45f; background: linear-gradient(135deg, #afd45f, #61D45F);