#316127
a dark, soft green · cool · closest name: seagreen
RGB
49, 97, 39
HSL
110°, 43%, 27%
CMYK
50, 0, 60, 62
Luminance
0.0935
Every format
| HEX | #316127 |
| RGB | rgb(49, 97, 39) |
| HSL | hsl(110, 43%, 27%) |
| CMYK | cmyk(50%, 0%, 60%, 62%) |
| LAB | lab(36.6 -28.9 27.7) |
| LCH | lch(36.6 40.0 136.2) |
| OKLCH | oklch(0.444 0.103 140.3) |
Copy-ready code
/* CSS */
color: #316127;
background-color: #316127;
/* Tailwind (arbitrary) */
class="text-[#316127] bg-[#316127]"
/* SCSS */
$brand: #316127;
/* SwiftUI */
Color(red: 0.192, green: 0.380, blue: 0.153)
/* Android */
Color.parseColor("#316127")Accessibility — WCAG contrast
Aa
#316127 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#316127 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green38.0%
Blue15.3%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow59.8%
Key (black)62.0%
Color previews
#316127 text on a black background
contrast 2.87:1
Card sample
#316127 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316127;
Background color
Panel with #316127 background
background-color: #316127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 97, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 97, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316127; background: linear-gradient(135deg, #316127, #276144);