#310049
a deep, electric violet · warm · closest name: midnightblue
RGB
49, 0, 73
HSL
280°, 100%, 14%
CMYK
33, 100, 0, 71
Luminance
0.0113
Every format
| HEX | #310049 |
| RGB | rgb(49, 0, 73) |
| HSL | hsl(280, 100%, 14%) |
| CMYK | cmyk(33%, 100%, 0%, 71%) |
| LAB | lab(10.1 35.7 -32.8) |
| LCH | lch(10.1 48.5 317.5) |
| OKLCH | oklch(0.241 0.122 310.1) |
Copy-ready code
/* CSS */
color: #310049;
background-color: #310049;
/* Tailwind (arbitrary) */
class="text-[#310049] bg-[#310049]"
/* SCSS */
$brand: #310049;
/* SwiftUI */
Color(red: 0.192, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#310049")Accessibility — WCAG contrast
Aa
#310049 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310049 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green0.0%
Blue28.6%
CMYK percentages
Cyan32.9%
Magenta100.0%
Yellow0.0%
Key (black)71.4%
Color previews
#310049 text on a black background
contrast 1.23:1
Card sample
#310049 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310049;
Background color
Panel with #310049 background
background-color: #310049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310049; background: linear-gradient(135deg, #310049, #490030);