#adcd09
a dark, electric yellow · cool · closest name: yellow
RGB
173, 205, 9
HSL
70°, 92%, 42%
CMYK
16, 0, 96, 20
Luminance
0.5257
Every format
| HEX | #adcd09 |
| RGB | rgb(173, 205, 9) |
| HSL | hsl(70, 92%, 42%) |
| CMYK | cmyk(16%, 0%, 96%, 20%) |
| LAB | lab(77.6 -31.6 76.5) |
| LCH | lch(77.6 82.7 112.5) |
| OKLCH | oklch(0.796 0.188 120.4) |
Copy-ready code
/* CSS */
color: #adcd09;
background-color: #adcd09;
/* Tailwind (arbitrary) */
class="text-[#adcd09] bg-[#adcd09]"
/* SCSS */
$brand: #adcd09;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.035)
/* Android */
Color.parseColor("#adcd09")Accessibility — WCAG contrast
Aa
#adcd09 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd09 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue3.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow95.6%
Key (black)19.6%
Color previews
#adcd09 text on a black background
contrast 11.51:1
Card sample
#adcd09 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd09;
Background color
Panel with #adcd09 background
background-color: #adcd09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd09; background: linear-gradient(135deg, #adcd09, #2ACD09);