#461f13
a deep, vivid red · warm · closest name: black
RGB
70, 31, 19
HSL
14°, 57%, 18%
CMYK
0, 56, 73, 73
Luminance
0.0233
Every format
| HEX | #461f13 |
| RGB | rgb(70, 31, 19) |
| HSL | hsl(14, 57%, 18%) |
| CMYK | cmyk(0%, 56%, 73%, 73%) |
| LAB | lab(17.1 17.5 16.6) |
| LCH | lch(17.1 24.2 43.5) |
| OKLCH | oklch(0.292 0.064 37.8) |
Copy-ready code
/* CSS */
color: #461f13;
background-color: #461f13;
/* Tailwind (arbitrary) */
class="text-[#461f13] bg-[#461f13]"
/* SCSS */
$brand: #461f13;
/* SwiftUI */
Color(red: 0.275, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#461f13")Accessibility — WCAG contrast
Aa
#461f13 on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#461f13 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow72.9%
Key (black)72.5%
Color previews
#461f13 text on a black background
contrast 1.47:1
Card sample
#461f13 text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #461f13;
Background color
Panel with #461f13 background
background-color: #461f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #461f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #461f13; background: linear-gradient(135deg, #461f13, #464113);