#1144cc
a dark, electric blue · cool · closest name: slateblue
RGB
17, 68, 204
HSL
224°, 85%, 43%
CMYK
92, 67, 0, 20
Luminance
0.0861
Every format
| HEX | #1144cc |
| RGB | rgb(17, 68, 204) |
| HSL | hsl(224, 85%, 43%) |
| CMYK | cmyk(92%, 67%, 0%, 20%) |
| LAB | lab(35.2 38.1 -73.9) |
| LCH | lch(35.2 83.1 297.3) |
| OKLCH | oklch(0.456 0.216 263.8) |
Copy-ready code
/* CSS */
color: #1144cc;
background-color: #1144cc;
/* Tailwind (arbitrary) */
class="text-[#1144cc] bg-[#1144cc]"
/* SCSS */
$brand: #1144cc;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#1144cc")Accessibility — WCAG contrast
Aa
#1144cc on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1144cc on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#1144cc text on a black background
contrast 2.72:1
Card sample
#1144cc text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1144cc;
Background color
Panel with #1144cc background
background-color: #1144cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1144cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1144cc; background: linear-gradient(135deg, #1144cc, #5A11CC);