#adc608
a dark, electric yellow · cool · closest name: yellow
RGB
173, 198, 8
HSL
68°, 92%, 40%
CMYK
13, 0, 96, 22
Luminance
0.4929
Every format
| HEX | #adc608 |
| RGB | rgb(173, 198, 8) |
| HSL | hsl(68, 92%, 40%) |
| CMYK | cmyk(13%, 0%, 96%, 22%) |
| LAB | lab(75.6 -28.3 75.0) |
| LCH | lch(75.6 80.2 110.7) |
| OKLCH | oklch(0.780 0.181 118.5) |
Copy-ready code
/* CSS */
color: #adc608;
background-color: #adc608;
/* Tailwind (arbitrary) */
class="text-[#adc608] bg-[#adc608]"
/* SCSS */
$brand: #adc608;
/* SwiftUI */
Color(red: 0.678, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#adc608")Accessibility — WCAG contrast
Aa
#adc608 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc608 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green77.6%
Blue3.1%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow96.0%
Key (black)22.4%
Color previews
#adc608 text on a black background
contrast 10.86:1
Card sample
#adc608 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc608;
Background color
Panel with #adc608 background
background-color: #adc608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc608; background: linear-gradient(135deg, #adc608, #2EC608);