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