#314521
a deep, soft green · cool · closest name: darkslategray
RGB
49, 69, 33
HSL
93°, 35%, 20%
CMYK
29, 0, 52, 73
Luminance
0.0502
Every format
| HEX | #314521 |
| RGB | rgb(49, 69, 33) |
| HSL | hsl(93, 35%, 20%) |
| CMYK | cmyk(29%, 0%, 52%, 73%) |
| LAB | lab(26.8 -15.4 19.2) |
| LCH | lch(26.8 24.6 128.9) |
| OKLCH | oklch(0.363 0.063 132.6) |
Copy-ready code
/* CSS */
color: #314521;
background-color: #314521;
/* Tailwind (arbitrary) */
class="text-[#314521] bg-[#314521]"
/* SCSS */
$brand: #314521;
/* SwiftUI */
Color(red: 0.192, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#314521")Accessibility — WCAG contrast
Aa
#314521 on white: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#314521 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green27.1%
Blue12.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow52.2%
Key (black)72.9%
Color previews
#314521 text on a black background
contrast 2.00:1
Card sample
#314521 text on a white background
contrast 10.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #314521;
Background color
Panel with #314521 background
background-color: #314521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #314521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #314521; background: linear-gradient(135deg, #314521, #214529);