#436b43
a dark, soft green · cool · closest name: seagreen
RGB
67, 107, 67
HSL
120°, 23%, 34%
CMYK
37, 0, 37, 58
Luminance
0.1211
Every format
| HEX | #436b43 |
| RGB | rgb(67, 107, 67) |
| HSL | hsl(120, 23%, 34%) |
| CMYK | cmyk(37%, 0%, 37%, 58%) |
| LAB | lab(41.4 -23.1 18.1) |
| LCH | lch(41.4 29.3 141.9) |
| OKLCH | oklch(0.487 0.077 144.3) |
Copy-ready code
/* CSS */
color: #436b43;
background-color: #436b43;
/* Tailwind (arbitrary) */
class="text-[#436b43] bg-[#436b43]"
/* SCSS */
$brand: #436b43;
/* SwiftUI */
Color(red: 0.263, green: 0.420, blue: 0.263)
/* Android */
Color.parseColor("#436b43")Accessibility — WCAG contrast
Aa
#436b43 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#436b43 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green42.0%
Blue26.3%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow37.4%
Key (black)58.0%
Color previews
#436b43 text on a black background
contrast 3.42:1
Card sample
#436b43 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #436b43;
Background color
Panel with #436b43 background
background-color: #436b43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #436b43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 107, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 107, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #436b43; background: linear-gradient(135deg, #436b43, #436B5E);