#447733
a dark, soft green · cool · closest name: seagreen
RGB
68, 119, 51
HSL
105°, 40%, 33%
CMYK
43, 0, 57, 53
Luminance
0.1466
Every format
| HEX | #447733 |
| RGB | rgb(68, 119, 51) |
| HSL | hsl(105, 40%, 33%) |
| CMYK | cmyk(43%, 0%, 57%, 53%) |
| LAB | lab(45.2 -31.0 31.7) |
| LCH | lch(45.2 44.3 134.3) |
| OKLCH | oklch(0.517 0.114 138.5) |
Copy-ready code
/* CSS */
color: #447733;
background-color: #447733;
/* Tailwind (arbitrary) */
class="text-[#447733] bg-[#447733]"
/* SCSS */
$brand: #447733;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.200)
/* Android */
Color.parseColor("#447733")Accessibility — WCAG contrast
Aa
#447733 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447733 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue20.0%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow57.1%
Key (black)53.3%
Color previews
#447733 text on a black background
contrast 3.93:1
Card sample
#447733 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447733;
Background color
Panel with #447733 background
background-color: #447733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447733; background: linear-gradient(135deg, #447733, #33774F);