#6ca521
a dark, vivid green · cool · closest name: olivedrab
RGB
108, 165, 33
HSL
86°, 67%, 39%
CMYK
35, 0, 80, 35
Luminance
0.3021
Every format
| HEX | #6ca521 |
| RGB | rgb(108, 165, 33) |
| HSL | hsl(86, 67%, 39%) |
| CMYK | cmyk(35%, 0%, 80%, 35%) |
| LAB | lab(61.8 -38.5 57.2) |
| LCH | lch(61.8 68.9 124.0) |
| OKLCH | oklch(0.658 0.167 131.0) |
Copy-ready code
/* CSS */
color: #6ca521;
background-color: #6ca521;
/* Tailwind (arbitrary) */
class="text-[#6ca521] bg-[#6ca521]"
/* SCSS */
$brand: #6ca521;
/* SwiftUI */
Color(red: 0.424, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#6ca521")Accessibility — WCAG contrast
Aa
#6ca521 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ca521 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green64.7%
Blue12.9%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#6ca521 text on a black background
contrast 7.04:1
Card sample
#6ca521 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ca521;
Background color
Panel with #6ca521 background
background-color: #6ca521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ca521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ca521; background: linear-gradient(135deg, #6ca521, #21A52E);