#184321
a deep, vivid green · cool · closest name: darkslategray
RGB
24, 67, 33
HSL
133°, 47%, 18%
CMYK
64, 0, 51, 74
Luminance
0.0432
Every format
| HEX | #184321 |
| RGB | rgb(24, 67, 33) |
| HSL | hsl(133, 47%, 18%) |
| CMYK | cmyk(64%, 0%, 51%, 74%) |
| LAB | lab(24.7 -23.6 16.3) |
| LCH | lch(24.7 28.7 145.5) |
| OKLCH | oklch(0.343 0.075 148.1) |
Copy-ready code
/* CSS */
color: #184321;
background-color: #184321;
/* Tailwind (arbitrary) */
class="text-[#184321] bg-[#184321]"
/* SCSS */
$brand: #184321;
/* SwiftUI */
Color(red: 0.094, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#184321")Accessibility — WCAG contrast
Aa
#184321 on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#184321 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green26.3%
Blue12.9%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#184321 text on a black background
contrast 1.86:1
Card sample
#184321 text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #184321;
Background color
Panel with #184321 background
background-color: #184321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #184321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #184321; background: linear-gradient(135deg, #184321, #18433E);