#314913
a deep, vivid green · cool · closest name: seagreen
RGB
49, 73, 19
HSL
87°, 59%, 18%
CMYK
33, 0, 74, 71
Luminance
0.0547
Every format
| HEX | #314913 |
| RGB | rgb(49, 73, 19) |
| HSL | hsl(87, 59%, 18%) |
| CMYK | cmyk(33%, 0%, 74%, 71%) |
| LAB | lab(28.0 -19.3 28.3) |
| LCH | lch(28.0 34.2 124.3) |
| OKLCH | oklch(0.373 0.084 130.2) |
Copy-ready code
/* CSS */
color: #314913;
background-color: #314913;
/* Tailwind (arbitrary) */
class="text-[#314913] bg-[#314913]"
/* SCSS */
$brand: #314913;
/* SwiftUI */
Color(red: 0.192, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#314913")Accessibility — WCAG contrast
Aa
#314913 on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314913 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green28.6%
Blue7.5%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow74.0%
Key (black)71.4%
Color previews
#314913 text on a black background
contrast 2.09:1
Card sample
#314913 text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314913;
Background color
Panel with #314913 background
background-color: #314913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314913; background: linear-gradient(135deg, #314913, #134919);