#451908
a deep, electric orange · warm · closest name: black
RGB
69, 25, 8
HSL
17°, 79%, 15%
CMYK
0, 64, 88, 73
Luminance
0.0198
Every format
| HEX | #451908 |
| RGB | rgb(69, 25, 8) |
| HSL | hsl(17, 79%, 15%) |
| CMYK | cmyk(0%, 64%, 88%, 73%) |
| LAB | lab(15.4 20.0 19.9) |
| LCH | lch(15.4 28.2 44.8) |
| OKLCH | oklch(0.278 0.073 40.3) |
Copy-ready code
/* CSS */
color: #451908;
background-color: #451908;
/* Tailwind (arbitrary) */
class="text-[#451908] bg-[#451908]"
/* SCSS */
$brand: #451908;
/* SwiftUI */
Color(red: 0.271, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#451908")Accessibility — WCAG contrast
Aa
#451908 on white: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451908 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow88.4%
Key (black)72.9%
Color previews
#451908 text on a black background
contrast 1.40:1
Card sample
#451908 text on a white background
contrast 15.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451908;
Background color
Panel with #451908 background
background-color: #451908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451908; background: linear-gradient(135deg, #451908, #454208);