#11104f
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 16, 79
HSL
241°, 66%, 19%
CMYK
79, 80, 0, 69
Luminance
0.0105
Every format
| HEX | #11104f |
| RGB | rgb(17, 16, 79) |
| HSL | hsl(241, 66%, 19%) |
| CMYK | cmyk(79%, 80%, 0%, 69%) |
| LAB | lab(9.4 24.3 -38.1) |
| LCH | lch(9.4 45.2 302.5) |
| OKLCH | oklch(0.230 0.111 274.0) |
Copy-ready code
/* CSS */
color: #11104f;
background-color: #11104f;
/* Tailwind (arbitrary) */
class="text-[#11104f] bg-[#11104f]"
/* SCSS */
$brand: #11104f;
/* SwiftUI */
Color(red: 0.067, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#11104f")Accessibility — WCAG contrast
Aa
#11104f on white: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11104f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.3%
Blue31.0%
CMYK percentages
Cyan78.5%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#11104f text on a black background
contrast 1.21:1
Card sample
#11104f text on a white background
contrast 17.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11104f;
Background color
Panel with #11104f background
background-color: #11104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11104f; background: linear-gradient(135deg, #11104f, #3B104F);