#afd25f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 210, 95
HSL
78°, 56%, 60%
CMYK
17, 0, 55, 18
Luminance
0.5603
Every format
| HEX | #afd25f |
| RGB | rgb(175, 210, 95) |
| HSL | hsl(78, 56%, 60%) |
| CMYK | cmyk(17%, 0%, 55%, 18%) |
| LAB | lab(79.6 -29.0 52.4) |
| LCH | lch(79.6 59.9 119.0) |
| OKLCH | oklch(0.814 0.148 123.8) |
Copy-ready code
/* CSS */
color: #afd25f;
background-color: #afd25f;
/* Tailwind (arbitrary) */
class="text-[#afd25f] bg-[#afd25f]"
/* SCSS */
$brand: #afd25f;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.373)
/* Android */
Color.parseColor("#afd25f")Accessibility — WCAG contrast
Aa
#afd25f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd25f on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue37.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow54.8%
Key (black)17.6%
Color previews
#afd25f text on a black background
contrast 12.21:1
Card sample
#afd25f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd25f;
Background color
Panel with #afd25f background
background-color: #afd25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd25f; background: linear-gradient(135deg, #afd25f, #62D25F);