#851f14
a dark, vivid red · warm · closest name: maroon
RGB
133, 31, 20
HSL
6°, 74%, 30%
CMYK
0, 77, 85, 48
Luminance
0.0602
Every format
| HEX | #851f14 |
| RGB | rgb(133, 31, 20) |
| HSL | hsl(6, 74%, 30%) |
| CMYK | cmyk(0%, 77%, 85%, 48%) |
| LAB | lab(29.5 42.4 32.9) |
| LCH | lch(29.5 53.6 37.8) |
| OKLCH | oklch(0.408 0.139 30.2) |
Copy-ready code
/* CSS */
color: #851f14;
background-color: #851f14;
/* Tailwind (arbitrary) */
class="text-[#851f14] bg-[#851f14]"
/* SCSS */
$brand: #851f14;
/* SwiftUI */
Color(red: 0.522, green: 0.122, blue: 0.078)
/* Android */
Color.parseColor("#851f14")Accessibility — WCAG contrast
Aa
#851f14 on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#851f14 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green12.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow85.0%
Key (black)47.8%
Color previews
#851f14 text on a black background
contrast 2.20:1
Card sample
#851f14 text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #851f14;
Background color
Panel with #851f14 background
background-color: #851f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #851f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 31, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 31, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #851f14; background: linear-gradient(135deg, #851f14, #856A14);