#afd23c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 210, 60
HSL
74°, 63%, 53%
CMYK
17, 0, 71, 18
Luminance
0.5553
Every format
| HEX | #afd23c |
| RGB | rgb(175, 210, 60) |
| HSL | hsl(74, 63%, 53%) |
| CMYK | cmyk(17%, 0%, 71%, 18%) |
| LAB | lab(79.3 -31.5 66.4) |
| LCH | lch(79.3 73.5 115.4) |
| OKLCH | oklch(0.811 0.175 121.9) |
Copy-ready code
/* CSS */
color: #afd23c;
background-color: #afd23c;
/* Tailwind (arbitrary) */
class="text-[#afd23c] bg-[#afd23c]"
/* SCSS */
$brand: #afd23c;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.235)
/* Android */
Color.parseColor("#afd23c")Accessibility — WCAG contrast
Aa
#afd23c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd23c on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue23.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow71.4%
Key (black)17.6%
Color previews
#afd23c text on a black background
contrast 12.11:1
Card sample
#afd23c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd23c;
Background color
Panel with #afd23c background
background-color: #afd23c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd23c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd23c; background: linear-gradient(135deg, #afd23c, #4BD23C);