#111069
a deep, vivid blue · warm · closest name: midnightblue
RGB
17, 16, 105
HSL
241°, 74%, 24%
CMYK
84, 85, 0, 59
Luminance
0.0151
Every format
| HEX | #111069 |
| RGB | rgb(17, 16, 105) |
| HSL | hsl(241, 74%, 24%) |
| CMYK | cmyk(84%, 85%, 0%, 59%) |
| LAB | lab(12.7 33.8 -50.3) |
| LCH | lch(12.7 60.6 303.9) |
| OKLCH | oklch(0.262 0.146 270.8) |
Copy-ready code
/* CSS */
color: #111069;
background-color: #111069;
/* Tailwind (arbitrary) */
class="text-[#111069] bg-[#111069]"
/* SCSS */
$brand: #111069;
/* SwiftUI */
Color(red: 0.067, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#111069")Accessibility — WCAG contrast
Aa
#111069 on white: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111069 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.3%
Blue41.2%
CMYK percentages
Cyan83.8%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#111069 text on a black background
contrast 1.30:1
Card sample
#111069 text on a white background
contrast 16.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111069;
Background color
Panel with #111069 background
background-color: #111069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111069; background: linear-gradient(135deg, #111069, #4C1069);