#1111cc
a dark, electric blue · warm · closest name: blue
RGB
17, 17, 204
HSL
240°, 85%, 43%
CMYK
92, 92, 0, 20
Luminance
0.0488
Every format
| HEX | #1111cc |
| RGB | rgb(17, 17, 204) |
| HSL | hsl(240, 85%, 43%) |
| CMYK | cmyk(92%, 92%, 0%, 20%) |
| LAB | lab(26.4 63.4 -88.5) |
| LCH | lch(26.4 108.9 305.6) |
| OKLCH | oklch(0.394 0.257 266.0) |
Copy-ready code
/* CSS */
color: #1111cc;
background-color: #1111cc;
/* Tailwind (arbitrary) */
class="text-[#1111cc] bg-[#1111cc]"
/* SCSS */
$brand: #1111cc;
/* SwiftUI */
Color(red: 0.067, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#1111cc")Accessibility — WCAG contrast
Aa
#1111cc on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1111cc on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.7%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#1111cc text on a black background
contrast 1.98:1
Card sample
#1111cc text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1111cc;
Background color
Panel with #1111cc background
background-color: #1111cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1111cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1111cc; background: linear-gradient(135deg, #1111cc, #8E11CC);