#314213
a deep, vivid green · cool · closest name: darkslategray
RGB
49, 66, 19
HSL
82°, 55%, 17%
CMYK
26, 0, 71, 74
Luminance
0.0460
Every format
| HEX | #314213 |
| RGB | rgb(49, 66, 19) |
| HSL | hsl(82, 55%, 17%) |
| CMYK | cmyk(26%, 0%, 71%, 74%) |
| LAB | lab(25.6 -15.5 25.6) |
| LCH | lch(25.6 29.9 121.1) |
| OKLCH | oklch(0.353 0.073 126.8) |
Copy-ready code
/* CSS */
color: #314213;
background-color: #314213;
/* Tailwind (arbitrary) */
class="text-[#314213] bg-[#314213]"
/* SCSS */
$brand: #314213;
/* SwiftUI */
Color(red: 0.192, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#314213")Accessibility — WCAG contrast
Aa
#314213 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314213 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green25.9%
Blue7.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow71.2%
Key (black)74.1%
Color previews
#314213 text on a black background
contrast 1.92:1
Card sample
#314213 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314213;
Background color
Panel with #314213 background
background-color: #314213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314213; background: linear-gradient(135deg, #314213, #134214);