#12003a
a deep, electric violet · warm · closest name: midnightblue
RGB
18, 0, 58
HSL
259°, 100%, 11%
CMYK
69, 100, 0, 77
Luminance
0.0043
Every format
| HEX | #12003a |
| RGB | rgb(18, 0, 58) |
| HSL | hsl(259, 100%, 11%) |
| CMYK | cmyk(69%, 100%, 0%, 77%) |
| LAB | lab(3.9 24.2 -32.3) |
| LCH | lch(3.9 40.4 306.8) |
| OKLCH | oklch(0.177 0.102 286.6) |
Copy-ready code
/* CSS */
color: #12003a;
background-color: #12003a;
/* Tailwind (arbitrary) */
class="text-[#12003a] bg-[#12003a]"
/* SCSS */
$brand: #12003a;
/* SwiftUI */
Color(red: 0.071, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#12003a")Accessibility — WCAG contrast
Aa
#12003a on white: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12003a on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green0.0%
Blue22.7%
CMYK percentages
Cyan69.0%
Magenta100.0%
Yellow0.0%
Key (black)77.3%
Color previews
#12003a text on a black background
contrast 1.09:1
Card sample
#12003a text on a white background
contrast 19.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12003a;
Background color
Panel with #12003a background
background-color: #12003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12003a; background: linear-gradient(135deg, #12003a, #39003A);