#110c35
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 12, 53
HSL
247°, 63%, 13%
CMYK
68, 77, 0, 79
Luminance
0.0064
Every format
| HEX | #110c35 |
| RGB | rgb(17, 12, 53) |
| HSL | hsl(247, 63%, 13%) |
| CMYK | cmyk(68%, 77%, 0%, 79%) |
| LAB | lab(5.8 15.9 -25.7) |
| LCH | lch(5.8 30.2 301.8) |
| OKLCH | oklch(0.193 0.077 282.0) |
Copy-ready code
/* CSS */
color: #110c35;
background-color: #110c35;
/* Tailwind (arbitrary) */
class="text-[#110c35] bg-[#110c35]"
/* SCSS */
$brand: #110c35;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.208)
/* Android */
Color.parseColor("#110c35")Accessibility — WCAG contrast
Aa
#110c35 on white: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110c35 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue20.8%
CMYK percentages
Cyan67.9%
Magenta77.4%
Yellow0.0%
Key (black)79.2%
Color previews
#110c35 text on a black background
contrast 1.13:1
Card sample
#110c35 text on a white background
contrast 18.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110c35;
Background color
Panel with #110c35 background
background-color: #110c35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110c35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110c35; background: linear-gradient(135deg, #110c35, #2C0C35);