#435430
a dark, soft green · cool · closest name: darkslategray
RGB
67, 84, 48
HSL
88°, 27%, 26%
CMYK
20, 0, 43, 67
Luminance
0.0775
Every format
| HEX | #435430 |
| RGB | rgb(67, 84, 48) |
| HSL | hsl(88, 27%, 26%) |
| CMYK | cmyk(20%, 0%, 43%, 67%) |
| LAB | lab(33.5 -13.9 18.9) |
| LCH | lch(33.5 23.4 126.2) |
| OKLCH | oklch(0.421 0.060 129.3) |
Copy-ready code
/* CSS */
color: #435430;
background-color: #435430;
/* Tailwind (arbitrary) */
class="text-[#435430] bg-[#435430]"
/* SCSS */
$brand: #435430;
/* SwiftUI */
Color(red: 0.263, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#435430")Accessibility — WCAG contrast
Aa
#435430 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#435430 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green32.9%
Blue18.8%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#435430 text on a black background
contrast 2.55:1
Card sample
#435430 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435430;
Background color
Panel with #435430 background
background-color: #435430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435430; background: linear-gradient(135deg, #435430, #305435);