#11096f
a deep, electric blue · warm · closest name: midnightblue
RGB
17, 9, 111
HSL
245°, 85%, 24%
CMYK
85, 92, 0, 57
Luminance
0.0146
Every format
| HEX | #11096f |
| RGB | rgb(17, 9, 111) |
| HSL | hsl(245, 85%, 24%) |
| CMYK | cmyk(85%, 92%, 0%, 57%) |
| LAB | lab(12.4 39.1 -54.7) |
| LCH | lch(12.4 67.3 305.6) |
| OKLCH | oklch(0.262 0.158 270.7) |
Copy-ready code
/* CSS */
color: #11096f;
background-color: #11096f;
/* Tailwind (arbitrary) */
class="text-[#11096f] bg-[#11096f]"
/* SCSS */
$brand: #11096f;
/* SwiftUI */
Color(red: 0.067, green: 0.035, blue: 0.435)
/* Android */
Color.parseColor("#11096f")Accessibility — WCAG contrast
Aa
#11096f on white: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11096f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green3.5%
Blue43.5%
CMYK percentages
Cyan84.7%
Magenta91.9%
Yellow0.0%
Key (black)56.5%
Color previews
#11096f text on a black background
contrast 1.29:1
Card sample
#11096f text on a white background
contrast 16.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11096f;
Background color
Panel with #11096f background
background-color: #11096f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11096f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 9, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 9, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11096f; background: linear-gradient(135deg, #11096f, #55096F);