#264321
a deep, soft green · cool · closest name: darkslategray
RGB
38, 67, 33
HSL
111°, 34%, 20%
CMYK
43, 0, 51, 74
Luminance
0.0454
Every format
| HEX | #264321 |
| RGB | rgb(38, 67, 33) |
| HSL | hsl(111, 34%, 20%) |
| CMYK | cmyk(43%, 0%, 51%, 74%) |
| LAB | lab(25.4 -18.9 17.3) |
| LCH | lch(25.4 25.6 137.6) |
| OKLCH | oklch(0.350 0.067 140.8) |
Copy-ready code
/* CSS */
color: #264321;
background-color: #264321;
/* Tailwind (arbitrary) */
class="text-[#264321] bg-[#264321]"
/* SCSS */
$brand: #264321;
/* SwiftUI */
Color(red: 0.149, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#264321")Accessibility — WCAG contrast
Aa
#264321 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264321 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#264321 text on a black background
contrast 1.91:1
Card sample
#264321 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264321;
Background color
Panel with #264321 background
background-color: #264321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264321; background: linear-gradient(135deg, #264321, #214333);