#264521
a deep, soft green · cool · closest name: darkslategray
RGB
38, 69, 33
HSL
112°, 35%, 20%
CMYK
45, 0, 52, 73
Luminance
0.0478
Every format
| HEX | #264521 |
| RGB | rgb(38, 69, 33) |
| HSL | hsl(112, 35%, 20%) |
| CMYK | cmyk(45%, 0%, 52%, 73%) |
| LAB | lab(26.1 -19.9 18.2) |
| LCH | lch(26.1 27.0 137.7) |
| OKLCH | oklch(0.356 0.070 141.0) |
Copy-ready code
/* CSS */
color: #264521;
background-color: #264521;
/* Tailwind (arbitrary) */
class="text-[#264521] bg-[#264521]"
/* SCSS */
$brand: #264521;
/* SwiftUI */
Color(red: 0.149, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#264521")Accessibility — WCAG contrast
Aa
#264521 on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264521 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green27.1%
Blue12.9%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow52.2%
Key (black)72.9%
Color previews
#264521 text on a black background
contrast 1.96:1
Card sample
#264521 text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264521;
Background color
Panel with #264521 background
background-color: #264521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264521; background: linear-gradient(135deg, #264521, #214534);