#447b5f
a dark, soft green · cool · closest name: seagreen
RGB
68, 123, 95
HSL
150°, 29%, 38%
CMYK
45, 0, 23, 52
Luminance
0.1622
Every format
| HEX | #447b5f |
| RGB | rgb(68, 123, 95) |
| HSL | hsl(150, 29%, 38%) |
| CMYK | cmyk(45%, 0%, 23%, 52%) |
| LAB | lab(47.3 -25.2 9.7) |
| LCH | lch(47.3 27.0 158.9) |
| OKLCH | oklch(0.536 0.074 160.3) |
Copy-ready code
/* CSS */
color: #447b5f;
background-color: #447b5f;
/* Tailwind (arbitrary) */
class="text-[#447b5f] bg-[#447b5f]"
/* SCSS */
$brand: #447b5f;
/* SwiftUI */
Color(red: 0.267, green: 0.482, blue: 0.373)
/* Android */
Color.parseColor("#447b5f")Accessibility — WCAG contrast
Aa
#447b5f on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447b5f on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green48.2%
Blue37.3%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow22.8%
Key (black)51.8%
Color previews
#447b5f text on a black background
contrast 4.24:1
Card sample
#447b5f text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447b5f;
Background color
Panel with #447b5f background
background-color: #447b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 123, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 123, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447b5f; background: linear-gradient(135deg, #447b5f, #44727B);