#435421
a deep, soft green · cool · closest name: seagreen
RGB
67, 84, 33
HSL
80°, 44%, 23%
CMYK
20, 0, 61, 67
Luminance
0.0764
Every format
| HEX | #435421 |
| RGB | rgb(67, 84, 33) |
| HSL | hsl(80, 44%, 23%) |
| CMYK | cmyk(20%, 0%, 61%, 67%) |
| LAB | lab(33.2 -15.8 27.2) |
| LCH | lch(33.2 31.5 120.2) |
| OKLCH | oklch(0.419 0.078 125.0) |
Copy-ready code
/* CSS */
color: #435421;
background-color: #435421;
/* Tailwind (arbitrary) */
class="text-[#435421] bg-[#435421]"
/* SCSS */
$brand: #435421;
/* SwiftUI */
Color(red: 0.263, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#435421")Accessibility — WCAG contrast
Aa
#435421 on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#435421 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green32.9%
Blue12.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#435421 text on a black background
contrast 2.53:1
Card sample
#435421 text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #435421;
Background color
Panel with #435421 background
background-color: #435421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #435421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #435421; background: linear-gradient(135deg, #435421, #215421);