#28362f
a deep, muted green · cool · closest name: darkslategray
RGB
40, 54, 47
HSL
150°, 15%, 18%
CMYK
26, 0, 13, 79
Luminance
0.0329
Every format
| HEX | #28362f |
| RGB | rgb(40, 54, 47) |
| HSL | hsl(150, 15%, 18%) |
| CMYK | cmyk(26%, 0%, 13%, 79%) |
| LAB | lab(21.2 -7.6 2.5) |
| LCH | lch(21.2 8.0 161.7) |
| OKLCH | oklch(0.318 0.022 163.1) |
Copy-ready code
/* CSS */
color: #28362f;
background-color: #28362f;
/* Tailwind (arbitrary) */
class="text-[#28362f] bg-[#28362f]"
/* SCSS */
$brand: #28362f;
/* SwiftUI */
Color(red: 0.157, green: 0.212, blue: 0.184)
/* Android */
Color.parseColor("#28362f")Accessibility — WCAG contrast
Aa
#28362f on white: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28362f on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green21.2%
Blue18.4%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow13.0%
Key (black)78.8%
Color previews
#28362f text on a black background
contrast 1.66:1
Card sample
#28362f text on a white background
contrast 12.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28362f;
Background color
Panel with #28362f background
background-color: #28362f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28362f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 54, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 54, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28362f; background: linear-gradient(135deg, #28362f, #283436);