#1f0366
a deep, electric violet · warm · closest name: midnightblue
RGB
31, 3, 102
HSL
257°, 94%, 21%
CMYK
70, 97, 0, 60
Luminance
0.0132
Every format
| HEX | #1f0366 |
| RGB | rgb(31, 3, 102) |
| HSL | hsl(257, 94%, 21%) |
| CMYK | cmyk(70%, 97%, 0%, 60%) |
| LAB | lab(11.4 39.9 -50.4) |
| LCH | lch(11.4 64.3 308.4) |
| OKLCH | oklch(0.255 0.148 281.3) |
Copy-ready code
/* CSS */
color: #1f0366;
background-color: #1f0366;
/* Tailwind (arbitrary) */
class="text-[#1f0366] bg-[#1f0366]"
/* SCSS */
$brand: #1f0366;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#1f0366")Accessibility — WCAG contrast
Aa
#1f0366 on white: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0366 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue40.0%
CMYK percentages
Cyan69.6%
Magenta97.1%
Yellow0.0%
Key (black)60.0%
Color previews
#1f0366 text on a black background
contrast 1.26:1
Card sample
#1f0366 text on a white background
contrast 16.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0366;
Background color
Panel with #1f0366 background
background-color: #1f0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0366; background: linear-gradient(135deg, #1f0366, #610366);