#263621
a deep, soft green · cool · closest name: darkslategray
RGB
38, 54, 33
HSL
106°, 24%, 17%
CMYK
30, 0, 39, 79
Luminance
0.0316
Every format
| HEX | #263621 |
| RGB | rgb(38, 54, 33) |
| HSL | hsl(106, 24%, 17%) |
| CMYK | cmyk(30%, 0%, 39%, 79%) |
| LAB | lab(20.7 -11.5 11.2) |
| LCH | lch(20.7 16.0 136.0) |
| OKLCH | oklch(0.312 0.042 138.4) |
Copy-ready code
/* CSS */
color: #263621;
background-color: #263621;
/* Tailwind (arbitrary) */
class="text-[#263621] bg-[#263621]"
/* SCSS */
$brand: #263621;
/* SwiftUI */
Color(red: 0.149, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#263621")Accessibility — WCAG contrast
Aa
#263621 on white: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263621 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green21.2%
Blue12.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#263621 text on a black background
contrast 1.63:1
Card sample
#263621 text on a white background
contrast 12.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263621;
Background color
Panel with #263621 background
background-color: #263621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263621; background: linear-gradient(135deg, #263621, #21362A);