#355421
a deep, soft green · cool · closest name: seagreen
RGB
53, 84, 33
HSL
97°, 44%, 23%
CMYK
37, 0, 61, 67
Luminance
0.0721
Every format
| HEX | #355421 |
| RGB | rgb(53, 84, 33) |
| HSL | hsl(97, 44%, 23%) |
| CMYK | cmyk(37%, 0%, 61%, 67%) |
| LAB | lab(32.3 -21.8 25.9) |
| LCH | lch(32.3 33.8 130.2) |
| OKLCH | oklch(0.409 0.086 134.7) |
Copy-ready code
/* CSS */
color: #355421;
background-color: #355421;
/* Tailwind (arbitrary) */
class="text-[#355421] bg-[#355421]"
/* SCSS */
$brand: #355421;
/* SwiftUI */
Color(red: 0.208, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#355421")Accessibility — WCAG contrast
Aa
#355421 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#355421 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green32.9%
Blue12.9%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#355421 text on a black background
contrast 2.44:1
Card sample
#355421 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #355421;
Background color
Panel with #355421 background
background-color: #355421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #355421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #355421; background: linear-gradient(135deg, #355421, #21542F);