#319213
a dark, electric green · cool · closest name: green
RGB
49, 146, 19
HSL
106°, 77%, 32%
CMYK
66, 0, 87, 43
Luminance
0.2126
Every format
| HEX | #319213 |
| RGB | rgb(49, 146, 19) |
| HSL | hsl(106, 77%, 32%) |
| CMYK | cmyk(66%, 0%, 87%, 43%) |
| LAB | lab(53.2 -49.9 52.3) |
| LCH | lch(53.2 72.3 133.7) |
| OKLCH | oklch(0.580 0.179 140.1) |
Copy-ready code
/* CSS */
color: #319213;
background-color: #319213;
/* Tailwind (arbitrary) */
class="text-[#319213] bg-[#319213]"
/* SCSS */
$brand: #319213;
/* SwiftUI */
Color(red: 0.192, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#319213")Accessibility — WCAG contrast
Aa
#319213 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#319213 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green57.3%
Blue7.5%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow87.0%
Key (black)42.7%
Color previews
#319213 text on a black background
contrast 5.25:1
Card sample
#319213 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #319213;
Background color
Panel with #319213 background
background-color: #319213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #319213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #319213; background: linear-gradient(135deg, #319213, #13924A);