#adcf08
a dark, electric green · cool · closest name: yellow
RGB
173, 207, 8
HSL
70°, 93%, 42%
CMYK
16, 0, 96, 19
Luminance
0.5353
Every format
| HEX | #adcf08 |
| RGB | rgb(173, 207, 8) |
| HSL | hsl(70, 93%, 42%) |
| CMYK | cmyk(16%, 0%, 96%, 19%) |
| LAB | lab(78.2 -32.6 77.0) |
| LCH | lch(78.2 83.6 112.9) |
| OKLCH | oklch(0.801 0.191 120.9) |
Copy-ready code
/* CSS */
color: #adcf08;
background-color: #adcf08;
/* Tailwind (arbitrary) */
class="text-[#adcf08] bg-[#adcf08]"
/* SCSS */
$brand: #adcf08;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.031)
/* Android */
Color.parseColor("#adcf08")Accessibility — WCAG contrast
Aa
#adcf08 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf08 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue3.1%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow96.1%
Key (black)18.8%
Color previews
#adcf08 text on a black background
contrast 11.71:1
Card sample
#adcf08 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf08;
Background color
Panel with #adcf08 background
background-color: #adcf08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf08; background: linear-gradient(135deg, #adcf08, #28CF08);