#afd83f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 216, 63
HSL
76°, 66%, 55%
CMYK
19, 0, 71, 15
Luminance
0.5858
Every format
| HEX | #afd83f |
| RGB | rgb(175, 216, 63) |
| HSL | hsl(76, 66%, 55%) |
| CMYK | cmyk(19%, 0%, 71%, 15%) |
| LAB | lab(81.1 -34.1 67.0) |
| LCH | lch(81.1 75.2 117.0) |
| OKLCH | oklch(0.825 0.180 123.5) |
Copy-ready code
/* CSS */
color: #afd83f;
background-color: #afd83f;
/* Tailwind (arbitrary) */
class="text-[#afd83f] bg-[#afd83f]"
/* SCSS */
$brand: #afd83f;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.247)
/* Android */
Color.parseColor("#afd83f")Accessibility — WCAG contrast
Aa
#afd83f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd83f on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue24.7%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow70.8%
Key (black)15.3%
Color previews
#afd83f text on a black background
contrast 12.72:1
Card sample
#afd83f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd83f;
Background color
Panel with #afd83f background
background-color: #afd83f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd83f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd83f; background: linear-gradient(135deg, #afd83f, #49D83F);