#1f004d
a deep, electric violet · warm · closest name: midnightblue
RGB
31, 0, 77
HSL
264°, 100%, 15%
CMYK
60, 100, 0, 70
Luminance
0.0083
Every format
| HEX | #1f004d |
| RGB | rgb(31, 0, 77) |
| HSL | hsl(264, 100%, 15%) |
| CMYK | cmyk(60%, 100%, 0%, 70%) |
| LAB | lab(7.5 34.6 -40.0) |
| LCH | lch(7.5 52.9 310.9) |
| OKLCH | oklch(0.219 0.123 291.0) |
Copy-ready code
/* CSS */
color: #1f004d;
background-color: #1f004d;
/* Tailwind (arbitrary) */
class="text-[#1f004d] bg-[#1f004d]"
/* SCSS */
$brand: #1f004d;
/* SwiftUI */
Color(red: 0.122, green: 0.000, blue: 0.302)
/* Android */
Color.parseColor("#1f004d")Accessibility — WCAG contrast
Aa
#1f004d on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f004d on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green0.0%
Blue30.2%
CMYK percentages
Cyan59.7%
Magenta100.0%
Yellow0.0%
Key (black)69.8%
Color previews
#1f004d text on a black background
contrast 1.17:1
Card sample
#1f004d text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f004d;
Background color
Panel with #1f004d background
background-color: #1f004d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f004d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 0, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 0, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f004d; background: linear-gradient(135deg, #1f004d, #4D0048);