#263721
a deep, soft green · cool · closest name: darkslategray
RGB
38, 55, 33
HSL
106°, 25%, 17%
CMYK
31, 0, 40, 78
Luminance
0.0325
Every format
| HEX | #263721 |
| RGB | rgb(38, 55, 33) |
| HSL | hsl(106, 25%, 17%) |
| CMYK | cmyk(31%, 0%, 40%, 78%) |
| LAB | lab(21.0 -12.1 11.6) |
| LCH | lch(21.0 16.8 136.2) |
| OKLCH | oklch(0.315 0.044 138.7) |
Copy-ready code
/* CSS */
color: #263721;
background-color: #263721;
/* Tailwind (arbitrary) */
class="text-[#263721] bg-[#263721]"
/* SCSS */
$brand: #263721;
/* SwiftUI */
Color(red: 0.149, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#263721")Accessibility — WCAG contrast
Aa
#263721 on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263721 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green21.6%
Blue12.9%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#263721 text on a black background
contrast 1.65:1
Card sample
#263721 text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263721;
Background color
Panel with #263721 background
background-color: #263721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263721; background: linear-gradient(135deg, #263721, #21372B);