#316521
a dark, vivid green · cool · closest name: seagreen
RGB
49, 101, 33
HSL
106°, 51%, 26%
CMYK
52, 0, 67, 60
Luminance
0.1007
Every format
| HEX | #316521 |
| RGB | rgb(49, 101, 33) |
| HSL | hsl(106, 51%, 26%) |
| CMYK | cmyk(52%, 0%, 67%, 60%) |
| LAB | lab(38.0 -31.4 32.3) |
| LCH | lch(38.0 45.0 134.2) |
| OKLCH | oklch(0.455 0.114 139.1) |
Copy-ready code
/* CSS */
color: #316521;
background-color: #316521;
/* Tailwind (arbitrary) */
class="text-[#316521] bg-[#316521]"
/* SCSS */
$brand: #316521;
/* SwiftUI */
Color(red: 0.192, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#316521")Accessibility — WCAG contrast
Aa
#316521 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316521 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green39.6%
Blue12.9%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#316521 text on a black background
contrast 3.01:1
Card sample
#316521 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316521;
Background color
Panel with #316521 background
background-color: #316521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316521; background: linear-gradient(135deg, #316521, #21653E);