#1192cf
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 146, 207
HSL
199°, 85%, 44%
CMYK
92, 30, 0, 19
Luminance
0.2518
Every format
| HEX | #1192cf |
| RGB | rgb(17, 146, 207) |
| HSL | hsl(199, 85%, 44%) |
| CMYK | cmyk(92%, 30%, 0%, 19%) |
| LAB | lab(57.3 -9.8 -40.1) |
| LCH | lch(57.3 41.3 256.2) |
| OKLCH | oklch(0.626 0.135 237.7) |
Copy-ready code
/* CSS */
color: #1192cf;
background-color: #1192cf;
/* Tailwind (arbitrary) */
class="text-[#1192cf] bg-[#1192cf]"
/* SCSS */
$brand: #1192cf;
/* SwiftUI */
Color(red: 0.067, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#1192cf")Accessibility — WCAG contrast
Aa
#1192cf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1192cf on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green57.3%
Blue81.2%
CMYK percentages
Cyan91.8%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#1192cf text on a black background
contrast 6.04:1
Card sample
#1192cf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1192cf;
Background color
Panel with #1192cf background
background-color: #1192cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1192cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1192cf; background: linear-gradient(135deg, #1192cf, #1113CF);