#adcf4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 207, 79
HSL
76°, 57%, 56%
CMYK
16, 0, 62, 19
Luminance
0.5407
Every format
| HEX | #adcf4f |
| RGB | rgb(173, 207, 79) |
| HSL | hsl(76, 57%, 56%) |
| CMYK | cmyk(16%, 0%, 62%, 19%) |
| LAB | lab(78.5 -29.7 58.1) |
| LCH | lch(78.5 65.3 117.1) |
| OKLCH | oklch(0.804 0.158 122.6) |
Copy-ready code
/* CSS */
color: #adcf4f;
background-color: #adcf4f;
/* Tailwind (arbitrary) */
class="text-[#adcf4f] bg-[#adcf4f]"
/* SCSS */
$brand: #adcf4f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#adcf4f")Accessibility — WCAG contrast
Aa
#adcf4f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf4f on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue31.0%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#adcf4f text on a black background
contrast 11.81:1
Card sample
#adcf4f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf4f;
Background color
Panel with #adcf4f background
background-color: #adcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf4f; background: linear-gradient(135deg, #adcf4f, #58CF4F);