#28362d
a deep, muted green · cool · closest name: darkslategray
RGB
40, 54, 45
HSL
141°, 15%, 18%
CMYK
26, 0, 17, 79
Luminance
0.0328
Every format
| HEX | #28362d |
| RGB | rgb(40, 54, 45) |
| HSL | hsl(141, 15%, 18%) |
| CMYK | cmyk(26%, 0%, 17%, 79%) |
| LAB | lab(21.1 -8.1 3.8) |
| LCH | lch(21.1 8.9 154.9) |
| OKLCH | oklch(0.317 0.025 156.5) |
Copy-ready code
/* CSS */
color: #28362d;
background-color: #28362d;
/* Tailwind (arbitrary) */
class="text-[#28362d] bg-[#28362d]"
/* SCSS */
$brand: #28362d;
/* SwiftUI */
Color(red: 0.157, green: 0.212, blue: 0.176)
/* Android */
Color.parseColor("#28362d")Accessibility — WCAG contrast
Aa
#28362d on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28362d on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green21.2%
Blue17.6%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow16.7%
Key (black)78.8%
Color previews
#28362d text on a black background
contrast 1.66:1
Card sample
#28362d text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28362d;
Background color
Panel with #28362d background
background-color: #28362d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28362d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 54, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 54, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28362d; background: linear-gradient(135deg, #28362d, #283636);