#182621
a deep, soft green · cool · closest name: black
RGB
24, 38, 33
HSL
159°, 23%, 12%
CMYK
37, 0, 13, 85
Luminance
0.0169
Every format
| HEX | #182621 |
| RGB | rgb(24, 38, 33) |
| HSL | hsl(159, 23%, 12%) |
| CMYK | cmyk(37%, 0%, 13%, 85%) |
| LAB | lab(13.8 -7.4 1.4) |
| LCH | lch(13.8 7.5 169.3) |
| OKLCH | oklch(0.254 0.021 170.4) |
Copy-ready code
/* CSS */
color: #182621;
background-color: #182621;
/* Tailwind (arbitrary) */
class="text-[#182621] bg-[#182621]"
/* SCSS */
$brand: #182621;
/* SwiftUI */
Color(red: 0.094, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#182621")Accessibility — WCAG contrast
Aa
#182621 on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182621 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green14.9%
Blue12.9%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow13.2%
Key (black)85.1%
Color previews
#182621 text on a black background
contrast 1.34:1
Card sample
#182621 text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182621;
Background color
Panel with #182621 background
background-color: #182621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182621; background: linear-gradient(135deg, #182621, #182226);