#2192cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
33, 146, 205
HSL
201°, 72%, 47%
CMYK
84, 29, 0, 20
Luminance
0.2529
Every format
| HEX | #2192cd |
| RGB | rgb(33, 146, 205) |
| HSL | hsl(201, 72%, 47%) |
| CMYK | cmyk(84%, 29%, 0%, 20%) |
| LAB | lab(57.4 -9.6 -38.8) |
| LCH | lch(57.4 40.0 256.2) |
| OKLCH | oklch(0.628 0.130 238.1) |
Copy-ready code
/* CSS */
color: #2192cd;
background-color: #2192cd;
/* Tailwind (arbitrary) */
class="text-[#2192cd] bg-[#2192cd]"
/* SCSS */
$brand: #2192cd;
/* SwiftUI */
Color(red: 0.129, green: 0.573, blue: 0.804)
/* Android */
Color.parseColor("#2192cd")Accessibility — WCAG contrast
Aa
#2192cd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2192cd on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green57.3%
Blue80.4%
CMYK percentages
Cyan83.9%
Magenta28.8%
Yellow0.0%
Key (black)19.6%
Color previews
#2192cd text on a black background
contrast 6.06:1
Card sample
#2192cd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2192cd;
Background color
Panel with #2192cd background
background-color: #2192cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2192cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 146, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 146, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2192cd; background: linear-gradient(135deg, #2192cd, #2321CD);