#678521
a dark, vivid green · cool · closest name: olivedrab
RGB
103, 133, 33
HSL
78°, 60%, 33%
CMYK
23, 0, 75, 48
Luminance
0.1977
Every format
| HEX | #678521 |
| RGB | rgb(103, 133, 33) |
| HSL | hsl(78, 60%, 33%) |
| CMYK | cmyk(23%, 0%, 75%, 48%) |
| LAB | lab(51.6 -25.6 47.3) |
| LCH | lch(51.6 53.8 118.4) |
| OKLCH | oklch(0.574 0.129 125.1) |
Copy-ready code
/* CSS */
color: #678521;
background-color: #678521;
/* Tailwind (arbitrary) */
class="text-[#678521] bg-[#678521]"
/* SCSS */
$brand: #678521;
/* SwiftUI */
Color(red: 0.404, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#678521")Accessibility — WCAG contrast
Aa
#678521 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#678521 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green52.2%
Blue12.9%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#678521 text on a black background
contrast 4.95:1
Card sample
#678521 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #678521;
Background color
Panel with #678521 background
background-color: #678521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #678521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #678521; background: linear-gradient(135deg, #678521, #248521);