#394530
a deep, soft green · cool · closest name: darkslategray
RGB
57, 69, 48
HSL
94°, 18%, 23%
CMYK
17, 0, 30, 73
Luminance
0.0534
Every format
| HEX | #394530 |
| RGB | rgb(57, 69, 48) |
| HSL | hsl(94, 18%, 23%) |
| CMYK | cmyk(17%, 0%, 30%, 73%) |
| LAB | lab(27.7 -9.4 11.1) |
| LCH | lch(27.7 14.6 130.3) |
| OKLCH | oklch(0.373 0.038 132.2) |
Copy-ready code
/* CSS */
color: #394530;
background-color: #394530;
/* Tailwind (arbitrary) */
class="text-[#394530] bg-[#394530]"
/* SCSS */
$brand: #394530;
/* SwiftUI */
Color(red: 0.224, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#394530")Accessibility — WCAG contrast
Aa
#394530 on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394530 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.1%
Blue18.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow30.4%
Key (black)72.9%
Color previews
#394530 text on a black background
contrast 2.07:1
Card sample
#394530 text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394530;
Background color
Panel with #394530 background
background-color: #394530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394530; background: linear-gradient(135deg, #394530, #304535);