#adce0f
a dark, electric green · cool · closest name: yellow
RGB
173, 206, 15
HSL
70°, 86%, 43%
CMYK
16, 0, 93, 19
Luminance
0.5306
Every format
| HEX | #adce0f |
| RGB | rgb(173, 206, 15) |
| HSL | hsl(70, 86%, 43%) |
| CMYK | cmyk(16%, 0%, 93%, 19%) |
| LAB | lab(77.9 -32.0 76.0) |
| LCH | lch(77.9 82.5 112.8) |
| OKLCH | oklch(0.799 0.189 120.7) |
Copy-ready code
/* CSS */
color: #adce0f;
background-color: #adce0f;
/* Tailwind (arbitrary) */
class="text-[#adce0f] bg-[#adce0f]"
/* SCSS */
$brand: #adce0f;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#adce0f")Accessibility — WCAG contrast
Aa
#adce0f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adce0f on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue5.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#adce0f text on a black background
contrast 11.61:1
Card sample
#adce0f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adce0f;
Background color
Panel with #adce0f background
background-color: #adce0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adce0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adce0f; background: linear-gradient(135deg, #adce0f, #2ECE0F);