#619421
a dark, vivid green · cool · closest name: olivedrab
RGB
97, 148, 33
HSL
87°, 64%, 36%
CMYK
35, 0, 78, 42
Luminance
0.2383
Every format
| HEX | #619421 |
| RGB | rgb(97, 148, 33) |
| HSL | hsl(87, 64%, 36%) |
| CMYK | cmyk(35%, 0%, 78%, 42%) |
| LAB | lab(55.9 -35.1 51.4) |
| LCH | lch(55.9 62.3 124.3) |
| OKLCH | oklch(0.608 0.151 131.1) |
Copy-ready code
/* CSS */
color: #619421;
background-color: #619421;
/* Tailwind (arbitrary) */
class="text-[#619421] bg-[#619421]"
/* SCSS */
$brand: #619421;
/* SwiftUI */
Color(red: 0.380, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#619421")Accessibility — WCAG contrast
Aa
#619421 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#619421 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green58.0%
Blue12.9%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#619421 text on a black background
contrast 5.77:1
Card sample
#619421 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #619421;
Background color
Panel with #619421 background
background-color: #619421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #619421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #619421; background: linear-gradient(135deg, #619421, #21942E);