#11003d
a deep, electric violet · warm · closest name: midnightblue
RGB
17, 0, 61
HSL
257°, 100%, 12%
CMYK
72, 100, 0, 76
Luminance
0.0046
Every format
| HEX | #11003d |
| RGB | rgb(17, 0, 61) |
| HSL | hsl(257, 100%, 12%) |
| CMYK | cmyk(72%, 100%, 0%, 76%) |
| LAB | lab(4.1 25.4 -34.2) |
| LCH | lch(4.1 42.6 306.7) |
| OKLCH | oklch(0.180 0.106 283.8) |
Copy-ready code
/* CSS */
color: #11003d;
background-color: #11003d;
/* Tailwind (arbitrary) */
class="text-[#11003d] bg-[#11003d]"
/* SCSS */
$brand: #11003d;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.239)
/* Android */
Color.parseColor("#11003d")Accessibility — WCAG contrast
Aa
#11003d on white: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11003d on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue23.9%
CMYK percentages
Cyan72.1%
Magenta100.0%
Yellow0.0%
Key (black)76.1%
Color previews
#11003d text on a black background
contrast 1.09:1
Card sample
#11003d text on a white background
contrast 19.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11003d;
Background color
Panel with #11003d background
background-color: #11003d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11003d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11003d; background: linear-gradient(135deg, #11003d, #3A003D);