#1192ab
a dark, electric cyan · cool · closest name: teal
RGB
17, 146, 171
HSL
190°, 82%, 37%
CMYK
90, 15, 0, 33
Luminance
0.2362
Every format
| HEX | #1192ab |
| RGB | rgb(17, 146, 171) |
| HSL | hsl(190, 82%, 37%) |
| CMYK | cmyk(90%, 15%, 0%, 33%) |
| LAB | lab(55.7 -22.7 -22.1) |
| LCH | lch(55.7 31.7 224.3) |
| OKLCH | oklch(0.609 0.105 216.0) |
Copy-ready code
/* CSS */
color: #1192ab;
background-color: #1192ab;
/* Tailwind (arbitrary) */
class="text-[#1192ab] bg-[#1192ab]"
/* SCSS */
$brand: #1192ab;
/* SwiftUI */
Color(red: 0.067, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#1192ab")Accessibility — WCAG contrast
Aa
#1192ab on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1192ab on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green57.3%
Blue67.1%
CMYK percentages
Cyan90.1%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#1192ab text on a black background
contrast 5.72:1
Card sample
#1192ab text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1192ab;
Background color
Panel with #1192ab background
background-color: #1192ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1192ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1192ab; background: linear-gradient(135deg, #1192ab, #112BAB);