#952513
a dark, electric red · warm · closest name: maroon
RGB
149, 37, 19
HSL
8°, 77%, 33%
CMYK
0, 75, 87, 42
Luminance
0.0776
Every format
| HEX | #952513 |
| RGB | rgb(149, 37, 19) |
| HSL | hsl(8, 77%, 33%) |
| CMYK | cmyk(0%, 75%, 87%, 42%) |
| LAB | lab(33.5 45.5 38.2) |
| LCH | lch(33.5 59.4 40.1) |
| OKLCH | oklch(0.444 0.151 31.9) |
Copy-ready code
/* CSS */
color: #952513;
background-color: #952513;
/* Tailwind (arbitrary) */
class="text-[#952513] bg-[#952513]"
/* SCSS */
$brand: #952513;
/* SwiftUI */
Color(red: 0.584, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#952513")Accessibility — WCAG contrast
Aa
#952513 on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#952513 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green14.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow87.2%
Key (black)41.6%
Color previews
#952513 text on a black background
contrast 2.55:1
Card sample
#952513 text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #952513;
Background color
Panel with #952513 background
background-color: #952513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #952513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #952513; background: linear-gradient(135deg, #952513, #957C13);