#310c01
a deep, electric red · warm · closest name: black
RGB
49, 12, 1
HSL
14°, 96%, 10%
CMYK
0, 76, 98, 81
Luminance
0.0092
Every format
| HEX | #310c01 |
| RGB | rgb(49, 12, 1) |
| HSL | hsl(14, 96%, 10%) |
| CMYK | cmyk(0%, 76%, 98%, 81%) |
| LAB | lab(8.3 18.0 12.4) |
| LCH | lch(8.3 21.8 34.6) |
| OKLCH | oklch(0.216 0.065 40.3) |
Copy-ready code
/* CSS */
color: #310c01;
background-color: #310c01;
/* Tailwind (arbitrary) */
class="text-[#310c01] bg-[#310c01]"
/* SCSS */
$brand: #310c01;
/* SwiftUI */
Color(red: 0.192, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#310c01")Accessibility — WCAG contrast
Aa
#310c01 on white: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310c01 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow98.0%
Key (black)80.8%
Color previews
#310c01 text on a black background
contrast 1.18:1
Card sample
#310c01 text on a white background
contrast 17.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310c01;
Background color
Panel with #310c01 background
background-color: #310c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310c01; background: linear-gradient(135deg, #310c01, #312C01);