#afda08
a dark, electric green · cool · closest name: yellow
RGB
175, 218, 8
HSL
72°, 93%, 44%
CMYK
20, 0, 96, 15
Luminance
0.5927
Every format
| HEX | #afda08 |
| RGB | rgb(175, 218, 8) |
| HSL | hsl(72, 93%, 44%) |
| CMYK | cmyk(20%, 0%, 96%, 15%) |
| LAB | lab(81.4 -36.8 79.6) |
| LCH | lch(81.4 87.7 114.8) |
| OKLCH | oklch(0.828 0.202 122.9) |
Copy-ready code
/* CSS */
color: #afda08;
background-color: #afda08;
/* Tailwind (arbitrary) */
class="text-[#afda08] bg-[#afda08]"
/* SCSS */
$brand: #afda08;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.031)
/* Android */
Color.parseColor("#afda08")Accessibility — WCAG contrast
Aa
#afda08 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda08 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue3.1%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow96.3%
Key (black)14.5%
Color previews
#afda08 text on a black background
contrast 12.85:1
Card sample
#afda08 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda08;
Background color
Panel with #afda08 background
background-color: #afda08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda08; background: linear-gradient(135deg, #afda08, #23DA08);