#1f033a
a deep, electric violet · warm · closest name: midnightblue
RGB
31, 3, 58
HSL
271°, 90%, 12%
CMYK
47, 95, 0, 77
Luminance
0.0066
Every format
| HEX | #1f033a |
| RGB | rgb(31, 3, 58) |
| HSL | hsl(271, 90%, 12%) |
| CMYK | cmyk(47%, 95%, 0%, 77%) |
| LAB | lab(6.0 26.7 -28.9) |
| LCH | lch(6.0 39.3 312.7) |
| OKLCH | oklch(0.201 0.098 301.2) |
Copy-ready code
/* CSS */
color: #1f033a;
background-color: #1f033a;
/* Tailwind (arbitrary) */
class="text-[#1f033a] bg-[#1f033a]"
/* SCSS */
$brand: #1f033a;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.227)
/* Android */
Color.parseColor("#1f033a")Accessibility — WCAG contrast
Aa
#1f033a on white: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f033a on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue22.7%
CMYK percentages
Cyan46.6%
Magenta94.8%
Yellow0.0%
Key (black)77.3%
Color previews
#1f033a text on a black background
contrast 1.13:1
Card sample
#1f033a text on a white background
contrast 18.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f033a;
Background color
Panel with #1f033a background
background-color: #1f033a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f033a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f033a; background: linear-gradient(135deg, #1f033a, #3A0331);