#adcf44
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 207, 68
HSL
75°, 59%, 54%
CMYK
16, 0, 67, 19
Luminance
0.5393
Every format
| HEX | #adcf44 |
| RGB | rgb(173, 207, 68) |
| HSL | hsl(75, 59%, 54%) |
| CMYK | cmyk(16%, 0%, 67%, 19%) |
| LAB | lab(78.4 -30.4 62.5) |
| LCH | lch(78.4 69.5 116.0) |
| OKLCH | oklch(0.803 0.167 122.1) |
Copy-ready code
/* CSS */
color: #adcf44;
background-color: #adcf44;
/* Tailwind (arbitrary) */
class="text-[#adcf44] bg-[#adcf44]"
/* SCSS */
$brand: #adcf44;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.267)
/* Android */
Color.parseColor("#adcf44")Accessibility — WCAG contrast
Aa
#adcf44 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf44 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue26.7%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow67.1%
Key (black)18.8%
Color previews
#adcf44 text on a black background
contrast 11.79:1
Card sample
#adcf44 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf44;
Background color
Panel with #adcf44 background
background-color: #adcf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf44; background: linear-gradient(135deg, #adcf44, #50CF44);