#adcd45
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 205, 69
HSL
74°, 58%, 54%
CMYK
16, 0, 66, 20
Luminance
0.5298
Every format
| HEX | #adcd45 |
| RGB | rgb(173, 205, 69) |
| HSL | hsl(74, 58%, 54%) |
| CMYK | cmyk(16%, 0%, 66%, 20%) |
| LAB | lab(77.9 -29.4 61.5) |
| LCH | lch(77.9 68.2 115.6) |
| OKLCH | oklch(0.799 0.164 121.6) |
Copy-ready code
/* CSS */
color: #adcd45;
background-color: #adcd45;
/* Tailwind (arbitrary) */
class="text-[#adcd45] bg-[#adcd45]"
/* SCSS */
$brand: #adcd45;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.271)
/* Android */
Color.parseColor("#adcd45")Accessibility — WCAG contrast
Aa
#adcd45 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd45 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue27.1%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow66.3%
Key (black)19.6%
Color previews
#adcd45 text on a black background
contrast 11.60:1
Card sample
#adcd45 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd45;
Background color
Panel with #adcd45 background
background-color: #adcd45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd45; background: linear-gradient(135deg, #adcd45, #52CD45);