#26331b
a deep, soft green · cool · closest name: darkslategray
RGB
38, 51, 27
HSL
93°, 31%, 15%
CMYK
26, 0, 47, 80
Luminance
0.0286
Every format
| HEX | #26331b |
| RGB | rgb(38, 51, 27) |
| HSL | hsl(93, 31%, 15%) |
| CMYK | cmyk(26%, 0%, 47%, 80%) |
| LAB | lab(19.5 -10.8 13.5) |
| LCH | lch(19.5 17.3 128.7) |
| OKLCH | oklch(0.302 0.044 131.7) |
Copy-ready code
/* CSS */
color: #26331b;
background-color: #26331b;
/* Tailwind (arbitrary) */
class="text-[#26331b] bg-[#26331b]"
/* SCSS */
$brand: #26331b;
/* SwiftUI */
Color(red: 0.149, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#26331b")Accessibility — WCAG contrast
Aa
#26331b on white: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26331b on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green20.0%
Blue10.6%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow47.1%
Key (black)80.0%
Color previews
#26331b text on a black background
contrast 1.57:1
Card sample
#26331b text on a white background
contrast 13.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26331b;
Background color
Panel with #26331b background
background-color: #26331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26331b; background: linear-gradient(135deg, #26331b, #1B3320);