#431908
a deep, electric orange · warm · closest name: black
RGB
67, 25, 8
HSL
17°, 79%, 15%
CMYK
0, 63, 88, 74
Luminance
0.0191
Every format
| HEX | #431908 |
| RGB | rgb(67, 25, 8) |
| HSL | hsl(17, 79%, 15%) |
| CMYK | cmyk(0%, 63%, 88%, 74%) |
| LAB | lab(15.0 19.1 19.3) |
| LCH | lch(15.0 27.2 45.3) |
| OKLCH | oklch(0.274 0.070 41.1) |
Copy-ready code
/* CSS */
color: #431908;
background-color: #431908;
/* Tailwind (arbitrary) */
class="text-[#431908] bg-[#431908]"
/* SCSS */
$brand: #431908;
/* SwiftUI */
Color(red: 0.263, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#431908")Accessibility — WCAG contrast
Aa
#431908 on white: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431908 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow88.1%
Key (black)73.7%
Color previews
#431908 text on a black background
contrast 1.38:1
Card sample
#431908 text on a white background
contrast 15.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431908;
Background color
Panel with #431908 background
background-color: #431908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431908; background: linear-gradient(135deg, #431908, #434008);