#307747
a dark, soft green · cool · closest name: seagreen
RGB
48, 119, 71
HSL
139°, 43%, 33%
CMYK
60, 0, 40, 53
Luminance
0.1428
Every format
| HEX | #307747 |
| RGB | rgb(48, 119, 71) |
| HSL | hsl(139, 43%, 33%) |
| CMYK | cmyk(60%, 0%, 40%, 53%) |
| LAB | lab(44.6 -33.8 19.9) |
| LCH | lch(44.6 39.3 149.5) |
| OKLCH | oklch(0.511 0.104 151.6) |
Copy-ready code
/* CSS */
color: #307747;
background-color: #307747;
/* Tailwind (arbitrary) */
class="text-[#307747] bg-[#307747]"
/* SCSS */
$brand: #307747;
/* SwiftUI */
Color(red: 0.188, green: 0.467, blue: 0.278)
/* Android */
Color.parseColor("#307747")Accessibility — WCAG contrast
Aa
#307747 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#307747 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green46.7%
Blue27.8%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow40.3%
Key (black)53.3%
Color previews
#307747 text on a black background
contrast 3.86:1
Card sample
#307747 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #307747;
Background color
Panel with #307747 background
background-color: #307747;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #307747;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 119, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 119, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #307747; background: linear-gradient(135deg, #307747, #307776);