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