#461908
a deep, electric orange · warm · closest name: black
RGB
70, 25, 8
HSL
17°, 80%, 15%
CMYK
0, 64, 89, 73
Luminance
0.0201
Every format
| HEX | #461908 |
| RGB | rgb(70, 25, 8) |
| HSL | hsl(17, 80%, 15%) |
| CMYK | cmyk(0%, 64%, 89%, 73%) |
| LAB | lab(15.6 20.5 20.2) |
| LCH | lch(15.6 28.8 44.6) |
| OKLCH | oklch(0.280 0.074 40.0) |
Copy-ready code
/* CSS */
color: #461908;
background-color: #461908;
/* Tailwind (arbitrary) */
class="text-[#461908] bg-[#461908]"
/* SCSS */
$brand: #461908;
/* SwiftUI */
Color(red: 0.275, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#461908")Accessibility — WCAG contrast
Aa
#461908 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461908 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow88.6%
Key (black)72.5%
Color previews
#461908 text on a black background
contrast 1.40:1
Card sample
#461908 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461908;
Background color
Panel with #461908 background
background-color: #461908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461908; background: linear-gradient(135deg, #461908, #464208);