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