#610012
a deep, electric red · warm · closest name: maroon
RGB
97, 0, 18
HSL
349°, 100%, 19%
CMYK
0, 100, 81, 62
Luminance
0.0259
Every format
| HEX | #610012 |
| RGB | rgb(97, 0, 18) |
| HSL | hsl(349, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 81%, 62%) |
| LAB | lab(18.3 40.0 20.0) |
| LCH | lch(18.3 44.7 26.6) |
| OKLCH | oklch(0.311 0.125 20.9) |
Copy-ready code
/* CSS */
color: #610012;
background-color: #610012;
/* Tailwind (arbitrary) */
class="text-[#610012] bg-[#610012]"
/* SCSS */
$brand: #610012;
/* SwiftUI */
Color(red: 0.380, green: 0.000, blue: 0.071)
/* Android */
Color.parseColor("#610012")Accessibility — WCAG contrast
Aa
#610012 on white: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#610012 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green0.0%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow81.4%
Key (black)62.0%
Color previews
#610012 text on a black background
contrast 1.52:1
Card sample
#610012 text on a white background
contrast 13.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #610012;
Background color
Panel with #610012 background
background-color: #610012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #610012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 0, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 0, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #610012; background: linear-gradient(135deg, #610012, #612F00);