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