#451c01
a deep, electric orange · warm · closest name: sienna
RGB
69, 28, 1
HSL
24°, 97%, 14%
CMYK
0, 59, 99, 73
Luminance
0.0210
Every format
| HEX | #451c01 |
| RGB | rgb(69, 28, 1) |
| HSL | hsl(24, 97%, 14%) |
| CMYK | cmyk(0%, 59%, 99%, 73%) |
| LAB | lab(16.0 17.9 23.5) |
| LCH | lch(16.0 29.6 52.8) |
| OKLCH | oklch(0.282 0.073 49.8) |
Copy-ready code
/* CSS */
color: #451c01;
background-color: #451c01;
/* Tailwind (arbitrary) */
class="text-[#451c01] bg-[#451c01]"
/* SCSS */
$brand: #451c01;
/* SwiftUI */
Color(red: 0.271, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#451c01")Accessibility — WCAG contrast
Aa
#451c01 on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451c01 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow98.6%
Key (black)72.9%
Color previews
#451c01 text on a black background
contrast 1.42:1
Card sample
#451c01 text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451c01;
Background color
Panel with #451c01 background
background-color: #451c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451c01; background: linear-gradient(135deg, #451c01, #414501);