#adcf5f
a balanced, vivid green · cool · closest name: khaki
RGB
173, 207, 95
HSL
78°, 54%, 59%
CMYK
16, 0, 54, 19
Luminance
0.5434
Every format
| HEX | #adcf5f |
| RGB | rgb(173, 207, 95) |
| HSL | hsl(78, 54%, 59%) |
| CMYK | cmyk(16%, 0%, 54%, 19%) |
| LAB | lab(78.7 -28.3 51.2) |
| LCH | lch(78.7 58.5 119.0) |
| OKLCH | oklch(0.806 0.145 123.7) |
Copy-ready code
/* CSS */
color: #adcf5f;
background-color: #adcf5f;
/* Tailwind (arbitrary) */
class="text-[#adcf5f] bg-[#adcf5f]"
/* SCSS */
$brand: #adcf5f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#adcf5f")Accessibility — WCAG contrast
Aa
#adcf5f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf5f on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue37.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#adcf5f text on a black background
contrast 11.87:1
Card sample
#adcf5f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf5f;
Background color
Panel with #adcf5f background
background-color: #adcf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf5f; background: linear-gradient(135deg, #adcf5f, #62CF5F);