#afdf3f
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 63
HSL
78°, 71%, 56%
CMYK
22, 0, 72, 13
Luminance
0.6225
Every format
| HEX | #afdf3f |
| RGB | rgb(175, 223, 63) |
| HSL | hsl(78, 71%, 56%) |
| CMYK | cmyk(22%, 0%, 72%, 13%) |
| LAB | lab(83.0 -37.3 69.0) |
| LCH | lch(83.0 78.4 118.4) |
| OKLCH | oklch(0.841 0.188 125.0) |
Copy-ready code
/* CSS */
color: #afdf3f;
background-color: #afdf3f;
/* Tailwind (arbitrary) */
class="text-[#afdf3f] bg-[#afdf3f]"
/* SCSS */
$brand: #afdf3f;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#afdf3f")Accessibility — WCAG contrast
Aa
#afdf3f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf3f on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue24.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow71.7%
Key (black)12.5%
Color previews
#afdf3f text on a black background
contrast 13.45:1
Card sample
#afdf3f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf3f;
Background color
Panel with #afdf3f background
background-color: #afdf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf3f; background: linear-gradient(135deg, #afdf3f, #44DF3F);