#448855
a dark, soft green · cool · closest name: seagreen
RGB
68, 136, 85
HSL
135°, 33%, 40%
CMYK
50, 0, 38, 47
Luminance
0.1949
Every format
| HEX | #448855 |
| RGB | rgb(68, 136, 85) |
| HSL | hsl(135, 33%, 40%) |
| CMYK | cmyk(50%, 0%, 38%, 47%) |
| LAB | lab(51.3 -33.4 20.9) |
| LCH | lch(51.3 39.5 147.9) |
| OKLCH | oklch(0.568 0.105 150.1) |
Copy-ready code
/* CSS */
color: #448855;
background-color: #448855;
/* Tailwind (arbitrary) */
class="text-[#448855] bg-[#448855]"
/* SCSS */
$brand: #448855;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#448855")Accessibility — WCAG contrast
Aa
#448855 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448855 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue33.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#448855 text on a black background
contrast 4.90:1
Card sample
#448855 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448855;
Background color
Panel with #448855 background
background-color: #448855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448855; background: linear-gradient(135deg, #448855, #448882);