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