#11075f
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 7, 95
HSL
247°, 86%, 20%
CMYK
82, 93, 0, 63
Luminance
0.0110
Every format
| HEX | #11075f |
| RGB | rgb(17, 7, 95) |
| HSL | hsl(247, 86%, 20%) |
| CMYK | cmyk(82%, 93%, 0%, 63%) |
| LAB | lab(9.8 35.0 -48.5) |
| LCH | lch(9.8 59.8 305.8) |
| OKLCH | oklch(0.238 0.140 272.9) |
Copy-ready code
/* CSS */
color: #11075f;
background-color: #11075f;
/* Tailwind (arbitrary) */
class="text-[#11075f] bg-[#11075f]"
/* SCSS */
$brand: #11075f;
/* SwiftUI */
Color(red: 0.067, green: 0.027, blue: 0.373)
/* Android */
Color.parseColor("#11075f")Accessibility — WCAG contrast
Aa
#11075f on white: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11075f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.7%
Blue37.3%
CMYK percentages
Cyan82.1%
Magenta92.6%
Yellow0.0%
Key (black)62.7%
Color previews
#11075f text on a black background
contrast 1.22:1
Card sample
#11075f text on a white background
contrast 17.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11075f;
Background color
Panel with #11075f background
background-color: #11075f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11075f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 7, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 7, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11075f; background: linear-gradient(135deg, #11075f, #4C075F);