#afd95c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 217, 92
HSL
80°, 62%, 61%
CMYK
19, 0, 58, 15
Luminance
0.5951
Every format
| HEX | #afd95c |
| RGB | rgb(175, 217, 92) |
| HSL | hsl(80, 62%, 61%) |
| CMYK | cmyk(19%, 0%, 58%, 15%) |
| LAB | lab(81.6 -32.5 55.9) |
| LCH | lch(81.6 64.7 120.2) |
| OKLCH | oklch(0.830 0.160 125.3) |
Copy-ready code
/* CSS */
color: #afd95c;
background-color: #afd95c;
/* Tailwind (arbitrary) */
class="text-[#afd95c] bg-[#afd95c]"
/* SCSS */
$brand: #afd95c;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.361)
/* Android */
Color.parseColor("#afd95c")Accessibility — WCAG contrast
Aa
#afd95c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd95c on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue36.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow57.6%
Key (black)14.9%
Color previews
#afd95c text on a black background
contrast 12.90:1
Card sample
#afd95c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd95c;
Background color
Panel with #afd95c background
background-color: #afd95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd95c; background: linear-gradient(135deg, #afd95c, #5CD95C);