#2192af
a dark, vivid cyan · cool · closest name: steelblue
RGB
33, 146, 175
HSL
192°, 68%, 41%
CMYK
81, 17, 0, 31
Luminance
0.2398
Every format
| HEX | #2192af |
| RGB | rgb(33, 146, 175) |
| HSL | hsl(192, 68%, 41%) |
| CMYK | cmyk(81%, 17%, 0%, 31%) |
| LAB | lab(56.1 -20.1 -23.8) |
| LCH | lch(56.1 31.2 229.9) |
| OKLCH | oklch(0.613 0.104 220.1) |
Copy-ready code
/* CSS */
color: #2192af;
background-color: #2192af;
/* Tailwind (arbitrary) */
class="text-[#2192af] bg-[#2192af]"
/* SCSS */
$brand: #2192af;
/* SwiftUI */
Color(red: 0.129, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#2192af")Accessibility — WCAG contrast
Aa
#2192af on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2192af on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green57.3%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta16.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2192af text on a black background
contrast 5.80:1
Card sample
#2192af text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2192af;
Background color
Panel with #2192af background
background-color: #2192af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2192af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2192af; background: linear-gradient(135deg, #2192af, #2133AF);