#1f034c
a deep, electric violet · warm · closest name: midnightblue
RGB
31, 3, 76
HSL
263°, 92%, 16%
CMYK
59, 96, 0, 70
Luminance
0.0088
Every format
| HEX | #1f034c |
| RGB | rgb(31, 3, 76) |
| HSL | hsl(263, 92%, 16%) |
| CMYK | cmyk(59%, 96%, 0%, 70%) |
| LAB | lab(7.9 32.6 -38.5) |
| LCH | lch(7.9 50.4 310.2) |
| OKLCH | oklch(0.222 0.118 290.8) |
Copy-ready code
/* CSS */
color: #1f034c;
background-color: #1f034c;
/* Tailwind (arbitrary) */
class="text-[#1f034c] bg-[#1f034c]"
/* SCSS */
$brand: #1f034c;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.298)
/* Android */
Color.parseColor("#1f034c")Accessibility — WCAG contrast
Aa
#1f034c on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f034c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue29.8%
CMYK percentages
Cyan59.2%
Magenta96.1%
Yellow0.0%
Key (black)70.2%
Color previews
#1f034c text on a black background
contrast 1.18:1
Card sample
#1f034c text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f034c;
Background color
Panel with #1f034c background
background-color: #1f034c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f034c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f034c; background: linear-gradient(135deg, #1f034c, #4C0348);