#adc109
a dark, electric yellow · cool · closest name: gold
RGB
173, 193, 9
HSL
67°, 91%, 40%
CMYK
10, 0, 95, 24
Luminance
0.4704
Every format
| HEX | #adc109 |
| RGB | rgb(173, 193, 9) |
| HSL | hsl(67, 91%, 40%) |
| CMYK | cmyk(10%, 0%, 95%, 24%) |
| LAB | lab(74.2 -25.9 73.8) |
| LCH | lch(74.2 78.3 109.3) |
| OKLCH | oklch(0.769 0.176 117.0) |
Copy-ready code
/* CSS */
color: #adc109;
background-color: #adc109;
/* Tailwind (arbitrary) */
class="text-[#adc109] bg-[#adc109]"
/* SCSS */
$brand: #adc109;
/* SwiftUI */
Color(red: 0.678, green: 0.757, blue: 0.035)
/* Android */
Color.parseColor("#adc109")Accessibility — WCAG contrast
Aa
#adc109 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc109 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.7%
Blue3.5%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow95.3%
Key (black)24.3%
Color previews
#adc109 text on a black background
contrast 10.41:1
Card sample
#adc109 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc109;
Background color
Panel with #adc109 background
background-color: #adc109;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc109;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 193, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 193, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc109; background: linear-gradient(135deg, #adc109, #32C109);