#11264d
a deep, vivid blue · cool · closest name: black
RGB
17, 38, 77
HSL
219°, 64%, 18%
CMYK
78, 51, 0, 70
Luminance
0.0204
Every format
| HEX | #11264d |
| RGB | rgb(17, 38, 77) |
| HSL | hsl(219, 64%, 18%) |
| CMYK | cmyk(78%, 51%, 0%, 70%) |
| LAB | lab(15.7 7.2 -26.6) |
| LCH | lch(15.7 27.5 285.2) |
| OKLCH | oklch(0.276 0.077 261.5) |
Copy-ready code
/* CSS */
color: #11264d;
background-color: #11264d;
/* Tailwind (arbitrary) */
class="text-[#11264d] bg-[#11264d]"
/* SCSS */
$brand: #11264d;
/* SwiftUI */
Color(red: 0.067, green: 0.149, blue: 0.302)
/* Android */
Color.parseColor("#11264d")Accessibility — WCAG contrast
Aa
#11264d on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11264d on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.9%
Blue30.2%
CMYK percentages
Cyan77.9%
Magenta50.6%
Yellow0.0%
Key (black)69.8%
Color previews
#11264d text on a black background
contrast 1.41:1
Card sample
#11264d text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11264d;
Background color
Panel with #11264d background
background-color: #11264d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11264d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 38, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 38, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11264d; background: linear-gradient(135deg, #11264d, #24114D);