#110c40
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 12, 64
HSL
246°, 68%, 15%
CMYK
73, 81, 0, 75
Luminance
0.0075
Every format
| HEX | #110c40 |
| RGB | rgb(17, 12, 64) |
| HSL | hsl(246, 68%, 15%) |
| CMYK | cmyk(73%, 81%, 0%, 75%) |
| LAB | lab(6.8 20.9 -32.0) |
| LCH | lch(6.8 38.2 303.2) |
| OKLCH | oklch(0.205 0.094 278.5) |
Copy-ready code
/* CSS */
color: #110c40;
background-color: #110c40;
/* Tailwind (arbitrary) */
class="text-[#110c40] bg-[#110c40]"
/* SCSS */
$brand: #110c40;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.251)
/* Android */
Color.parseColor("#110c40")Accessibility — WCAG contrast
Aa
#110c40 on white: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c40 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue25.1%
CMYK percentages
Cyan73.4%
Magenta81.2%
Yellow0.0%
Key (black)74.9%
Color previews
#110c40 text on a black background
contrast 1.15:1
Card sample
#110c40 text on a white background
contrast 18.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c40;
Background color
Panel with #110c40 background
background-color: #110c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c40; background: linear-gradient(135deg, #110c40, #340C40);