#afd607
a dark, electric green · cool · closest name: yellow
RGB
175, 214, 7
HSL
71°, 94%, 43%
CMYK
18, 0, 97, 16
Luminance
0.5722
Every format
| HEX | #afd607 |
| RGB | rgb(175, 214, 7) |
| HSL | hsl(71, 94%, 43%) |
| CMYK | cmyk(18%, 0%, 97%, 16%) |
| LAB | lab(80.3 -35.0 78.8) |
| LCH | lch(80.3 86.2 113.9) |
| OKLCH | oklch(0.818 0.197 122.0) |
Copy-ready code
/* CSS */
color: #afd607;
background-color: #afd607;
/* Tailwind (arbitrary) */
class="text-[#afd607] bg-[#afd607]"
/* SCSS */
$brand: #afd607;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#afd607")Accessibility — WCAG contrast
Aa
#afd607 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd607 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue2.7%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#afd607 text on a black background
contrast 12.44:1
Card sample
#afd607 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd607;
Background color
Panel with #afd607 background
background-color: #afd607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd607; background: linear-gradient(135deg, #afd607, #25D607);