#afd43f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 212, 63
HSL
75°, 63%, 54%
CMYK
18, 0, 70, 17
Luminance
0.5656
Every format
| HEX | #afd43f |
| RGB | rgb(175, 212, 63) |
| HSL | hsl(75, 63%, 54%) |
| CMYK | cmyk(18%, 0%, 70%, 17%) |
| LAB | lab(79.9 -32.3 65.9) |
| LCH | lch(79.9 73.4 116.1) |
| OKLCH | oklch(0.816 0.175 122.6) |
Copy-ready code
/* CSS */
color: #afd43f;
background-color: #afd43f;
/* Tailwind (arbitrary) */
class="text-[#afd43f] bg-[#afd43f]"
/* SCSS */
$brand: #afd43f;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.247)
/* Android */
Color.parseColor("#afd43f")Accessibility — WCAG contrast
Aa
#afd43f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd43f on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue24.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow70.3%
Key (black)16.9%
Color previews
#afd43f text on a black background
contrast 12.31:1
Card sample
#afd43f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd43f;
Background color
Panel with #afd43f background
background-color: #afd43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd43f; background: linear-gradient(135deg, #afd43f, #4CD43F);