#423621
a deep, soft orange · warm · closest name: darkslategray
RGB
66, 54, 33
HSL
38°, 33%, 19%
CMYK
0, 18, 50, 74
Luminance
0.0391
Every format
| HEX | #423621 |
| RGB | rgb(66, 54, 33) |
| HSL | hsl(38, 33%, 19%) |
| CMYK | cmyk(0%, 18%, 50%, 74%) |
| LAB | lab(23.4 1.9 15.2) |
| LCH | lch(23.4 15.3 82.8) |
| OKLCH | oklch(0.340 0.038 80.9) |
Copy-ready code
/* CSS */
color: #423621;
background-color: #423621;
/* Tailwind (arbitrary) */
class="text-[#423621] bg-[#423621]"
/* SCSS */
$brand: #423621;
/* SwiftUI */
Color(red: 0.259, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#423621")Accessibility — WCAG contrast
Aa
#423621 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#423621 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow50.0%
Key (black)74.1%
Color previews
#423621 text on a black background
contrast 1.78:1
Card sample
#423621 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #423621;
Background color
Panel with #423621 background
background-color: #423621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #423621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #423621; background: linear-gradient(135deg, #423621, #384221);