#111ccc
a dark, electric blue · warm · closest name: navy
RGB
17, 28, 204
HSL
237°, 85%, 43%
CMYK
92, 86, 0, 20
Luminance
0.0531
Every format
| HEX | #111ccc |
| RGB | rgb(17, 28, 204) |
| HSL | hsl(237, 85%, 43%) |
| CMYK | cmyk(92%, 86%, 0%, 20%) |
| LAB | lab(27.6 59.7 -86.5) |
| LCH | lch(27.6 105.1 304.6) |
| OKLCH | oklch(0.402 0.251 266.0) |
Copy-ready code
/* CSS */
color: #111ccc;
background-color: #111ccc;
/* Tailwind (arbitrary) */
class="text-[#111ccc] bg-[#111ccc]"
/* SCSS */
$brand: #111ccc;
/* SwiftUI */
Color(red: 0.067, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#111ccc")Accessibility — WCAG contrast
Aa
#111ccc on white: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111ccc on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green11.0%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#111ccc text on a black background
contrast 2.06:1
Card sample
#111ccc text on a white background
contrast 10.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111ccc;
Background color
Panel with #111ccc background
background-color: #111ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111ccc; background: linear-gradient(135deg, #111ccc, #8311CC);