#316331
a dark, soft green · cool · closest name: seagreen
RGB
49, 99, 49
HSL
120°, 34%, 29%
CMYK
51, 0, 51, 61
Luminance
0.0980
Every format
| HEX | #316331 |
| RGB | rgb(49, 99, 49) |
| HSL | hsl(120, 34%, 29%) |
| CMYK | cmyk(51%, 0%, 51%, 61%) |
| LAB | lab(37.5 -28.3 23.2) |
| LCH | lch(37.5 36.6 140.7) |
| OKLCH | oklch(0.451 0.096 143.8) |
Copy-ready code
/* CSS */
color: #316331;
background-color: #316331;
/* Tailwind (arbitrary) */
class="text-[#316331] bg-[#316331]"
/* SCSS */
$brand: #316331;
/* SwiftUI */
Color(red: 0.192, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#316331")Accessibility — WCAG contrast
Aa
#316331 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#316331 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green38.8%
Blue19.2%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow50.5%
Key (black)61.2%
Color previews
#316331 text on a black background
contrast 2.96:1
Card sample
#316331 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316331;
Background color
Panel with #316331 background
background-color: #316331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316331; background: linear-gradient(135deg, #316331, #316352);