#263321
a deep, soft green · cool · closest name: darkslategray
RGB
38, 51, 33
HSL
103°, 21%, 17%
CMYK
26, 0, 35, 80
Luminance
0.0289
Every format
| HEX | #263321 |
| RGB | rgb(38, 51, 33) |
| HSL | hsl(103, 21%, 17%) |
| CMYK | cmyk(26%, 0%, 35%, 80%) |
| LAB | lab(19.6 -9.7 9.7) |
| LCH | lch(19.6 13.7 135.0) |
| OKLCH | oklch(0.303 0.036 137.2) |
Copy-ready code
/* CSS */
color: #263321;
background-color: #263321;
/* Tailwind (arbitrary) */
class="text-[#263321] bg-[#263321]"
/* SCSS */
$brand: #263321;
/* SwiftUI */
Color(red: 0.149, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#263321")Accessibility — WCAG contrast
Aa
#263321 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263321 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green20.0%
Blue12.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#263321 text on a black background
contrast 1.58:1
Card sample
#263321 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263321;
Background color
Panel with #263321 background
background-color: #263321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263321; background: linear-gradient(135deg, #263321, #213328);