#711925
a dark, vivid red · warm · closest name: maroon
RGB
113, 25, 37
HSL
352°, 64%, 27%
CMYK
0, 78, 67, 56
Luminance
0.0434
Every format
| HEX | #711925 |
| RGB | rgb(113, 25, 37) |
| HSL | hsl(352, 64%, 27%) |
| CMYK | cmyk(0%, 78%, 67%, 56%) |
| LAB | lab(24.8 38.7 15.9) |
| LCH | lch(24.8 41.8 22.3) |
| OKLCH | oklch(0.366 0.121 18.3) |
Copy-ready code
/* CSS */
color: #711925;
background-color: #711925;
/* Tailwind (arbitrary) */
class="text-[#711925] bg-[#711925]"
/* SCSS */
$brand: #711925;
/* SwiftUI */
Color(red: 0.443, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#711925")Accessibility — WCAG contrast
Aa
#711925 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711925 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow67.3%
Key (black)55.7%
Color previews
#711925 text on a black background
contrast 1.87:1
Card sample
#711925 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711925;
Background color
Panel with #711925 background
background-color: #711925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711925; background: linear-gradient(135deg, #711925, #714819);