#1f0542
a deep, electric violet · warm · closest name: midnightblue
RGB
31, 5, 66
HSL
266°, 86%, 14%
CMYK
53, 92, 0, 74
Luminance
0.0079
Every format
| HEX | #1f0542 |
| RGB | rgb(31, 5, 66) |
| HSL | hsl(266, 86%, 14%) |
| CMYK | cmyk(53%, 92%, 0%, 74%) |
| LAB | lab(7.2 28.4 -32.7) |
| LCH | lch(7.2 43.3 310.9) |
| OKLCH | oklch(0.213 0.104 295.4) |
Copy-ready code
/* CSS */
color: #1f0542;
background-color: #1f0542;
/* Tailwind (arbitrary) */
class="text-[#1f0542] bg-[#1f0542]"
/* SCSS */
$brand: #1f0542;
/* SwiftUI */
Color(red: 0.122, green: 0.020, blue: 0.259)
/* Android */
Color.parseColor("#1f0542")Accessibility — WCAG contrast
Aa
#1f0542 on white: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0542 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green2.0%
Blue25.9%
CMYK percentages
Cyan53.0%
Magenta92.4%
Yellow0.0%
Key (black)74.1%
Color previews
#1f0542 text on a black background
contrast 1.16:1
Card sample
#1f0542 text on a white background
contrast 18.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0542;
Background color
Panel with #1f0542 background
background-color: #1f0542;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0542;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 5, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 5, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0542; background: linear-gradient(135deg, #1f0542, #42053C);