#111133
a deep, vivid blue · warm · closest name: black
RGB
17, 17, 51
HSL
240°, 50%, 13%
CMYK
67, 67, 0, 80
Luminance
0.0076
Every format
| HEX | #111133 |
| RGB | rgb(17, 17, 51) |
| HSL | hsl(240, 50%, 13%) |
| CMYK | cmyk(67%, 67%, 0%, 80%) |
| LAB | lab(6.9 12.1 -22.5) |
| LCH | lch(6.9 25.5 298.3) |
| OKLCH | oklch(0.202 0.065 278.8) |
Copy-ready code
/* CSS */
color: #111133;
background-color: #111133;
/* Tailwind (arbitrary) */
class="text-[#111133] bg-[#111133]"
/* SCSS */
$brand: #111133;
/* SwiftUI */
Color(red: 0.067, green: 0.067, blue: 0.200)
/* Android */
Color.parseColor("#111133")Accessibility — WCAG contrast
Aa
#111133 on white: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111133 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.7%
Blue20.0%
CMYK percentages
Cyan66.7%
Magenta66.7%
Yellow0.0%
Key (black)80.0%
Color previews
#111133 text on a black background
contrast 1.15:1
Card sample
#111133 text on a white background
contrast 18.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111133;
Background color
Panel with #111133 background
background-color: #111133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 17, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 17, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111133; background: linear-gradient(135deg, #111133, #281133);