#11193c
a deep, vivid blue · warm · closest name: black
RGB
17, 25, 60
HSL
229°, 56%, 15%
CMYK
72, 58, 0, 77
Luminance
0.0114
Every format
| HEX | #11193c |
| RGB | rgb(17, 25, 60) |
| HSL | hsl(229, 56%, 15%) |
| CMYK | cmyk(72%, 58%, 0%, 77%) |
| LAB | lab(10.1 9.8 -23.7) |
| LCH | lch(10.1 25.7 292.5) |
| OKLCH | oklch(0.229 0.068 270.5) |
Copy-ready code
/* CSS */
color: #11193c;
background-color: #11193c;
/* Tailwind (arbitrary) */
class="text-[#11193c] bg-[#11193c]"
/* SCSS */
$brand: #11193c;
/* SwiftUI */
Color(red: 0.067, green: 0.098, blue: 0.235)
/* Android */
Color.parseColor("#11193c")Accessibility — WCAG contrast
Aa
#11193c on white: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11193c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.8%
Blue23.5%
CMYK percentages
Cyan71.7%
Magenta58.3%
Yellow0.0%
Key (black)76.5%
Color previews
#11193c text on a black background
contrast 1.23:1
Card sample
#11193c text on a white background
contrast 17.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11193c;
Background color
Panel with #11193c background
background-color: #11193c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11193c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 25, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 25, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11193c; background: linear-gradient(135deg, #11193c, #26113C);