#395521
a deep, soft green · cool · closest name: seagreen
RGB
57, 85, 33
HSL
92°, 44%, 23%
CMYK
33, 0, 61, 67
Luminance
0.0748
Every format
| HEX | #395521 |
| RGB | rgb(57, 85, 33) |
| HSL | hsl(92, 44%, 23%) |
| CMYK | cmyk(33%, 0%, 61%, 67%) |
| LAB | lab(32.9 -20.7 26.6) |
| LCH | lch(32.9 33.7 127.9) |
| OKLCH | oklch(0.414 0.085 132.6) |
Copy-ready code
/* CSS */
color: #395521;
background-color: #395521;
/* Tailwind (arbitrary) */
class="text-[#395521] bg-[#395521]"
/* SCSS */
$brand: #395521;
/* SwiftUI */
Color(red: 0.224, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#395521")Accessibility — WCAG contrast
Aa
#395521 on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#395521 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green33.3%
Blue12.9%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#395521 text on a black background
contrast 2.50:1
Card sample
#395521 text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #395521;
Background color
Panel with #395521 background
background-color: #395521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #395521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #395521; background: linear-gradient(135deg, #395521, #21552C);