#afdc08
a dark, electric green · cool · closest name: yellow
RGB
175, 220, 8
HSL
73°, 93%, 45%
CMYK
21, 0, 96, 14
Luminance
0.6032
Every format
| HEX | #afdc08 |
| RGB | rgb(175, 220, 8) |
| HSL | hsl(73, 93%, 45%) |
| CMYK | cmyk(21%, 0%, 96%, 14%) |
| LAB | lab(82.0 -37.7 80.0) |
| LCH | lch(82.0 88.4 115.2) |
| OKLCH | oklch(0.832 0.204 123.3) |
Copy-ready code
/* CSS */
color: #afdc08;
background-color: #afdc08;
/* Tailwind (arbitrary) */
class="text-[#afdc08] bg-[#afdc08]"
/* SCSS */
$brand: #afdc08;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.031)
/* Android */
Color.parseColor("#afdc08")Accessibility — WCAG contrast
Aa
#afdc08 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc08 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue3.1%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow96.4%
Key (black)13.7%
Color previews
#afdc08 text on a black background
contrast 13.06:1
Card sample
#afdc08 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc08;
Background color
Panel with #afdc08 background
background-color: #afdc08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc08; background: linear-gradient(135deg, #afdc08, #22DC08);