#284321
a deep, soft green · cool · closest name: darkslategray
RGB
40, 67, 33
HSL
108°, 34%, 20%
CMYK
40, 0, 51, 74
Luminance
0.0458
Every format
| HEX | #284321 |
| RGB | rgb(40, 67, 33) |
| HSL | hsl(108, 34%, 20%) |
| CMYK | cmyk(40%, 0%, 51%, 74%) |
| LAB | lab(25.5 -18.1 17.4) |
| LCH | lch(25.5 25.1 136.1) |
| OKLCH | oklch(0.351 0.065 139.4) |
Copy-ready code
/* CSS */
color: #284321;
background-color: #284321;
/* Tailwind (arbitrary) */
class="text-[#284321] bg-[#284321]"
/* SCSS */
$brand: #284321;
/* SwiftUI */
Color(red: 0.157, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#284321")Accessibility — WCAG contrast
Aa
#284321 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#284321 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green26.3%
Blue12.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#284321 text on a black background
contrast 1.92:1
Card sample
#284321 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #284321;
Background color
Panel with #284321 background
background-color: #284321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #284321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #284321; background: linear-gradient(135deg, #284321, #214331);