#679021
a dark, vivid green · cool · closest name: olivedrab
RGB
103, 144, 33
HSL
82°, 63%, 35%
CMYK
29, 0, 77, 44
Luminance
0.2294
Every format
| HEX | #679021 |
| RGB | rgb(103, 144, 33) |
| HSL | hsl(82, 63%, 35%) |
| CMYK | cmyk(29%, 0%, 77%, 44%) |
| LAB | lab(55.0 -30.9 50.7) |
| LCH | lch(55.0 59.4 121.4) |
| OKLCH | oklch(0.602 0.143 128.2) |
Copy-ready code
/* CSS */
color: #679021;
background-color: #679021;
/* Tailwind (arbitrary) */
class="text-[#679021] bg-[#679021]"
/* SCSS */
$brand: #679021;
/* SwiftUI */
Color(red: 0.404, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#679021")Accessibility — WCAG contrast
Aa
#679021 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#679021 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green56.5%
Blue12.9%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#679021 text on a black background
contrast 5.59:1
Card sample
#679021 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679021;
Background color
Panel with #679021 background
background-color: #679021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679021; background: linear-gradient(135deg, #679021, #219025);