#316849
a dark, soft green · cool · closest name: seagreen
RGB
49, 104, 73
HSL
146°, 36%, 30%
CMYK
53, 0, 30, 59
Luminance
0.1103
Every format
| HEX | #316849 |
| RGB | rgb(49, 104, 73) |
| HSL | hsl(146, 36%, 30%) |
| CMYK | cmyk(53%, 0%, 30%, 59%) |
| LAB | lab(39.6 -26.1 12.0) |
| LCH | lch(39.6 28.8 155.3) |
| OKLCH | oklch(0.470 0.078 156.9) |
Copy-ready code
/* CSS */
color: #316849;
background-color: #316849;
/* Tailwind (arbitrary) */
class="text-[#316849] bg-[#316849]"
/* SCSS */
$brand: #316849;
/* SwiftUI */
Color(red: 0.192, green: 0.408, blue: 0.286)
/* Android */
Color.parseColor("#316849")Accessibility — WCAG contrast
Aa
#316849 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316849 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green40.8%
Blue28.6%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow29.8%
Key (black)59.2%
Color previews
#316849 text on a black background
contrast 3.21:1
Card sample
#316849 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316849;
Background color
Panel with #316849 background
background-color: #316849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 104, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 104, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316849; background: linear-gradient(135deg, #316849, #316268);