#1199cc
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 153, 204
HSL
196°, 85%, 43%
CMYK
92, 25, 0, 20
Luminance
0.2726
Every format
| HEX | #1199cc |
| RGB | rgb(17, 153, 204) |
| HSL | hsl(196, 85%, 43%) |
| CMYK | cmyk(92%, 25%, 0%, 20%) |
| LAB | lab(59.2 -14.8 -35.4) |
| LCH | lch(59.2 38.4 247.3) |
| OKLCH | oklch(0.642 0.127 231.7) |
Copy-ready code
/* CSS */
color: #1199cc;
background-color: #1199cc;
/* Tailwind (arbitrary) */
class="text-[#1199cc] bg-[#1199cc]"
/* SCSS */
$brand: #1199cc;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.800)
/* Android */
Color.parseColor("#1199cc")Accessibility — WCAG contrast
Aa
#1199cc on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1199cc on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta25.0%
Yellow0.0%
Key (black)20.0%
Color previews
#1199cc text on a black background
contrast 6.45:1
Card sample
#1199cc text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1199cc;
Background color
Panel with #1199cc background
background-color: #1199cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1199cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1199cc; background: linear-gradient(135deg, #1199cc, #111CCC);