#afd15f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 209, 95
HSL
78°, 55%, 60%
CMYK
16, 0, 55, 18
Luminance
0.5554
Every format
| HEX | #afd15f |
| RGB | rgb(175, 209, 95) |
| HSL | hsl(78, 55%, 60%) |
| CMYK | cmyk(16%, 0%, 55%, 18%) |
| LAB | lab(79.3 -28.5 52.0) |
| LCH | lch(79.3 59.4 118.7) |
| OKLCH | oklch(0.812 0.146 123.5) |
Copy-ready code
/* CSS */
color: #afd15f;
background-color: #afd15f;
/* Tailwind (arbitrary) */
class="text-[#afd15f] bg-[#afd15f]"
/* SCSS */
$brand: #afd15f;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.373)
/* Android */
Color.parseColor("#afd15f")Accessibility — WCAG contrast
Aa
#afd15f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd15f on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue37.3%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow54.5%
Key (black)18.0%
Color previews
#afd15f text on a black background
contrast 12.11:1
Card sample
#afd15f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd15f;
Background color
Panel with #afd15f background
background-color: #afd15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd15f; background: linear-gradient(135deg, #afd15f, #63D15F);