#423421
a deep, soft orange · warm · closest name: darkslategray
RGB
66, 52, 33
HSL
35°, 33%, 19%
CMYK
0, 21, 50, 74
Luminance
0.0372
Every format
| HEX | #423421 |
| RGB | rgb(66, 52, 33) |
| HSL | hsl(35, 33%, 19%) |
| CMYK | cmyk(0%, 21%, 50%, 74%) |
| LAB | lab(22.7 3.2 14.4) |
| LCH | lch(22.7 14.7 77.3) |
| OKLCH | oklch(0.335 0.037 74.5) |
Copy-ready code
/* CSS */
color: #423421;
background-color: #423421;
/* Tailwind (arbitrary) */
class="text-[#423421] bg-[#423421]"
/* SCSS */
$brand: #423421;
/* SwiftUI */
Color(red: 0.259, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#423421")Accessibility — WCAG contrast
Aa
#423421 on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#423421 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow50.0%
Key (black)74.1%
Color previews
#423421 text on a black background
contrast 1.74:1
Card sample
#423421 text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #423421;
Background color
Panel with #423421 background
background-color: #423421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #423421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #423421; background: linear-gradient(135deg, #423421, #3A4221);