#afd13f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 209, 63
HSL
74°, 61%, 53%
CMYK
16, 0, 70, 18
Luminance
0.5507
Every format
| HEX | #afd13f |
| RGB | rgb(175, 209, 63) |
| HSL | hsl(74, 61%, 53%) |
| CMYK | cmyk(16%, 0%, 70%, 18%) |
| LAB | lab(79.1 -30.9 65.1) |
| LCH | lch(79.1 72.0 115.4) |
| OKLCH | oklch(0.809 0.172 121.8) |
Copy-ready code
/* CSS */
color: #afd13f;
background-color: #afd13f;
/* Tailwind (arbitrary) */
class="text-[#afd13f] bg-[#afd13f]"
/* SCSS */
$brand: #afd13f;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#afd13f")Accessibility — WCAG contrast
Aa
#afd13f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd13f on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue24.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#afd13f text on a black background
contrast 12.01:1
Card sample
#afd13f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd13f;
Background color
Panel with #afd13f background
background-color: #afd13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd13f; background: linear-gradient(135deg, #afd13f, #4ED13F);