#431f0c
a deep, vivid orange · warm · closest name: black
RGB
67, 31, 12
HSL
21°, 70%, 16%
CMYK
0, 54, 82, 74
Luminance
0.0220
Every format
| HEX | #431f0c |
| RGB | rgb(67, 31, 12) |
| HSL | hsl(21, 70%, 16%) |
| CMYK | cmyk(0%, 54%, 82%, 74%) |
| LAB | lab(16.5 15.6 19.6) |
| LCH | lch(16.5 25.0 51.4) |
| OKLCH | oklch(0.286 0.063 46.5) |
Copy-ready code
/* CSS */
color: #431f0c;
background-color: #431f0c;
/* Tailwind (arbitrary) */
class="text-[#431f0c] bg-[#431f0c]"
/* SCSS */
$brand: #431f0c;
/* SwiftUI */
Color(red: 0.263, green: 0.122, blue: 0.047)
/* Android */
Color.parseColor("#431f0c")Accessibility — WCAG contrast
Aa
#431f0c on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431f0c on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green12.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow82.1%
Key (black)73.7%
Color previews
#431f0c text on a black background
contrast 1.44:1
Card sample
#431f0c text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431f0c;
Background color
Panel with #431f0c background
background-color: #431f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 31, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 31, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431f0c; background: linear-gradient(135deg, #431f0c, #42430C);