#307949
a dark, soft green · cool · closest name: seagreen
RGB
48, 121, 73
HSL
141°, 43%, 33%
CMYK
60, 0, 40, 53
Luminance
0.1478
Every format
| HEX | #307949 |
| RGB | rgb(48, 121, 73) |
| HSL | hsl(141, 43%, 33%) |
| CMYK | cmyk(60%, 0%, 40%, 53%) |
| LAB | lab(45.3 -34.3 19.7) |
| LCH | lch(45.3 39.6 150.1) |
| OKLCH | oklch(0.517 0.105 152.1) |
Copy-ready code
/* CSS */
color: #307949;
background-color: #307949;
/* Tailwind (arbitrary) */
class="text-[#307949] bg-[#307949]"
/* SCSS */
$brand: #307949;
/* SwiftUI */
Color(red: 0.188, green: 0.475, blue: 0.286)
/* Android */
Color.parseColor("#307949")Accessibility — WCAG contrast
Aa
#307949 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#307949 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green47.5%
Blue28.6%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow39.7%
Key (black)52.5%
Color previews
#307949 text on a black background
contrast 3.96:1
Card sample
#307949 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #307949;
Background color
Panel with #307949 background
background-color: #307949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #307949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 121, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 121, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #307949; background: linear-gradient(135deg, #307949, #307879);