#618c01
a dark, electric green · cool · closest name: olivedrab
RGB
97, 140, 1
HSL
79°, 99%, 28%
CMYK
31, 0, 99, 45
Luminance
0.2130
Every format
| HEX | #618c01 |
| RGB | rgb(97, 140, 1) |
| HSL | hsl(79, 99%, 28%) |
| CMYK | cmyk(31%, 0%, 99%, 45%) |
| LAB | lab(53.3 -32.6 56.5) |
| LCH | lch(53.3 65.3 120.0) |
| OKLCH | oklch(0.586 0.153 128.1) |
Copy-ready code
/* CSS */
color: #618c01;
background-color: #618c01;
/* Tailwind (arbitrary) */
class="text-[#618c01] bg-[#618c01]"
/* SCSS */
$brand: #618c01;
/* SwiftUI */
Color(red: 0.380, green: 0.549, blue: 0.004)
/* Android */
Color.parseColor("#618c01")Accessibility — WCAG contrast
Aa
#618c01 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618c01 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green54.9%
Blue0.4%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow99.3%
Key (black)45.1%
Color previews
#618c01 text on a black background
contrast 5.26:1
Card sample
#618c01 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618c01;
Background color
Panel with #618c01 background
background-color: #618c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 140, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 140, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618c01; background: linear-gradient(135deg, #618c01, #048C01);