#1193cc
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 147, 204
HSL
198°, 85%, 43%
CMYK
92, 28, 0, 20
Luminance
0.2535
Every format
| HEX | #1193cc |
| RGB | rgb(17, 147, 204) |
| HSL | hsl(198, 85%, 43%) |
| CMYK | cmyk(92%, 28%, 0%, 20%) |
| LAB | lab(57.4 -11.5 -38.2) |
| LCH | lch(57.4 39.9 253.3) |
| OKLCH | oklch(0.627 0.131 235.7) |
Copy-ready code
/* CSS */
color: #1193cc;
background-color: #1193cc;
/* Tailwind (arbitrary) */
class="text-[#1193cc] bg-[#1193cc]"
/* SCSS */
$brand: #1193cc;
/* SwiftUI */
Color(red: 0.067, green: 0.576, blue: 0.800)
/* Android */
Color.parseColor("#1193cc")Accessibility — WCAG contrast
Aa
#1193cc on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1193cc on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green57.6%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta27.9%
Yellow0.0%
Key (black)20.0%
Color previews
#1193cc text on a black background
contrast 6.07:1
Card sample
#1193cc text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1193cc;
Background color
Panel with #1193cc background
background-color: #1193cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1193cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 147, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 147, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1193cc; background: linear-gradient(135deg, #1193cc, #1116CC);