#332621
a deep, soft orange · warm · closest name: black
RGB
51, 38, 33
HSL
17°, 21%, 17%
CMYK
0, 26, 35, 80
Luminance
0.0220
Every format
| HEX | #332621 |
| RGB | rgb(51, 38, 33) |
| HSL | hsl(17, 21%, 17%) |
| CMYK | cmyk(0%, 26%, 35%, 80%) |
| LAB | lab(16.5 5.2 5.7) |
| LCH | lch(16.5 7.7 47.4) |
| OKLCH | oklch(0.282 0.022 42.0) |
Copy-ready code
/* CSS */
color: #332621;
background-color: #332621;
/* Tailwind (arbitrary) */
class="text-[#332621] bg-[#332621]"
/* SCSS */
$brand: #332621;
/* SwiftUI */
Color(red: 0.200, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#332621")Accessibility — WCAG contrast
Aa
#332621 on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332621 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow35.3%
Key (black)80.0%
Color previews
#332621 text on a black background
contrast 1.44:1
Card sample
#332621 text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332621;
Background color
Panel with #332621 background
background-color: #332621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332621; background: linear-gradient(135deg, #332621, #333221);