#423321
a deep, soft orange · warm · closest name: darkslategray
RGB
66, 51, 33
HSL
33°, 33%, 19%
CMYK
0, 23, 50, 74
Luminance
0.0364
Every format
| HEX | #423321 |
| RGB | rgb(66, 51, 33) |
| HSL | hsl(33, 33%, 19%) |
| CMYK | cmyk(0%, 23%, 50%, 74%) |
| LAB | lab(22.4 3.9 14.0) |
| LCH | lch(22.4 14.5 74.4) |
| OKLCH | oklch(0.333 0.036 71.1) |
Copy-ready code
/* CSS */
color: #423321;
background-color: #423321;
/* Tailwind (arbitrary) */
class="text-[#423321] bg-[#423321]"
/* SCSS */
$brand: #423321;
/* SwiftUI */
Color(red: 0.259, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#423321")Accessibility — WCAG contrast
Aa
#423321 on white: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#423321 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow50.0%
Key (black)74.1%
Color previews
#423321 text on a black background
contrast 1.73:1
Card sample
#423321 text on a white background
contrast 12.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #423321;
Background color
Panel with #423321 background
background-color: #423321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #423321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #423321; background: linear-gradient(135deg, #423321, #3B4221);