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