#afdc0f
a balanced, electric green · cool · closest name: yellow
RGB
175, 220, 15
HSL
73°, 87%, 46%
CMYK
21, 0, 93, 14
Luminance
0.6033
Every format
| HEX | #afdc0f |
| RGB | rgb(175, 220, 15) |
| HSL | hsl(73, 87%, 46%) |
| CMYK | cmyk(21%, 0%, 93%, 14%) |
| LAB | lab(82.0 -37.6 79.3) |
| LCH | lch(82.0 87.8 115.4) |
| OKLCH | oklch(0.832 0.203 123.4) |
Copy-ready code
/* CSS */
color: #afdc0f;
background-color: #afdc0f;
/* Tailwind (arbitrary) */
class="text-[#afdc0f] bg-[#afdc0f]"
/* SCSS */
$brand: #afdc0f;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.059)
/* Android */
Color.parseColor("#afdc0f")Accessibility — WCAG contrast
Aa
#afdc0f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc0f on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue5.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow93.2%
Key (black)13.7%
Color previews
#afdc0f text on a black background
contrast 13.07:1
Card sample
#afdc0f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc0f;
Background color
Panel with #afdc0f background
background-color: #afdc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc0f; background: linear-gradient(135deg, #afdc0f, #26DC0F);