#1d0949
a deep, electric violet · warm · closest name: midnightblue
RGB
29, 9, 73
HSL
259°, 78%, 16%
CMYK
60, 88, 0, 71
Luminance
0.0094
Every format
| HEX | #1d0949 |
| RGB | rgb(29, 9, 73) |
| HSL | hsl(259, 78%, 16%) |
| CMYK | cmyk(60%, 88%, 0%, 71%) |
| LAB | lab(8.5 28.0 -35.5) |
| LCH | lch(8.5 45.3 308.2) |
| OKLCH | oklch(0.224 0.108 288.6) |
Copy-ready code
/* CSS */
color: #1d0949;
background-color: #1d0949;
/* Tailwind (arbitrary) */
class="text-[#1d0949] bg-[#1d0949]"
/* SCSS */
$brand: #1d0949;
/* SwiftUI */
Color(red: 0.114, green: 0.035, blue: 0.286)
/* Android */
Color.parseColor("#1d0949")Accessibility — WCAG contrast
Aa
#1d0949 on white: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d0949 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green3.5%
Blue28.6%
CMYK percentages
Cyan60.3%
Magenta87.7%
Yellow0.0%
Key (black)71.4%
Color previews
#1d0949 text on a black background
contrast 1.19:1
Card sample
#1d0949 text on a white background
contrast 17.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d0949;
Background color
Panel with #1d0949 background
background-color: #1d0949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d0949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 9, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 9, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d0949; background: linear-gradient(135deg, #1d0949, #480949);