#423213
a deep, vivid orange · warm · closest name: darkslategray
RGB
66, 50, 19
HSL
40°, 55%, 17%
CMYK
0, 24, 71, 74
Luminance
0.0349
Every format
| HEX | #423213 |
| RGB | rgb(66, 50, 19) |
| HSL | hsl(40, 55%, 17%) |
| CMYK | cmyk(0%, 24%, 71%, 74%) |
| LAB | lab(21.9 3.1 22.1) |
| LCH | lch(21.9 22.3 82.0) |
| OKLCH | oklch(0.328 0.051 81.8) |
Copy-ready code
/* CSS */
color: #423213;
background-color: #423213;
/* Tailwind (arbitrary) */
class="text-[#423213] bg-[#423213]"
/* SCSS */
$brand: #423213;
/* SwiftUI */
Color(red: 0.259, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#423213")Accessibility — WCAG contrast
Aa
#423213 on white: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#423213 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow71.2%
Key (black)74.1%
Color previews
#423213 text on a black background
contrast 1.70:1
Card sample
#423213 text on a white background
contrast 12.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #423213;
Background color
Panel with #423213 background
background-color: #423213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #423213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #423213; background: linear-gradient(135deg, #423213, #334213);