#43270b
a deep, vivid orange · warm · closest name: black
RGB
67, 39, 11
HSL
30°, 72%, 15%
CMYK
0, 42, 84, 74
Luminance
0.0267
Every format
| HEX | #43270b |
| RGB | rgb(67, 39, 11) |
| HSL | hsl(30, 72%, 15%) |
| CMYK | cmyk(0%, 42%, 84%, 74%) |
| LAB | lab(18.7 10.3 22.6) |
| LCH | lch(18.7 24.9 65.4) |
| OKLCH | oklch(0.303 0.058 62.0) |
Copy-ready code
/* CSS */
color: #43270b;
background-color: #43270b;
/* Tailwind (arbitrary) */
class="text-[#43270b] bg-[#43270b]"
/* SCSS */
$brand: #43270b;
/* SwiftUI */
Color(red: 0.263, green: 0.153, blue: 0.043)
/* Android */
Color.parseColor("#43270b")Accessibility — WCAG contrast
Aa
#43270b on white: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#43270b on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green15.3%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow83.6%
Key (black)73.7%
Color previews
#43270b text on a black background
contrast 1.53:1
Card sample
#43270b text on a white background
contrast 13.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43270b;
Background color
Panel with #43270b background
background-color: #43270b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43270b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 39, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 39, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43270b; background: linear-gradient(135deg, #43270b, #3A430B);