#2192df
a balanced, vivid blue · cool · closest name: steelblue
RGB
33, 146, 223
HSL
204°, 75%, 50%
CMYK
85, 35, 0, 13
Luminance
0.2621
Every format
| HEX | #2192df |
| RGB | rgb(33, 146, 223) |
| HSL | hsl(204, 75%, 50%) |
| CMYK | cmyk(85%, 35%, 0%, 13%) |
| LAB | lab(58.2 -3.0 -47.5) |
| LCH | lch(58.2 47.6 266.4) |
| OKLCH | oklch(0.637 0.149 245.0) |
Copy-ready code
/* CSS */
color: #2192df;
background-color: #2192df;
/* Tailwind (arbitrary) */
class="text-[#2192df] bg-[#2192df]"
/* SCSS */
$brand: #2192df;
/* SwiftUI */
Color(red: 0.129, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#2192df")Accessibility — WCAG contrast
Aa
#2192df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2192df on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green57.3%
Blue87.5%
CMYK percentages
Cyan85.2%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2192df text on a black background
contrast 6.24:1
Card sample
#2192df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2192df;
Background color
Panel with #2192df background
background-color: #2192df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2192df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2192df; background: linear-gradient(135deg, #2192df, #2F21DF);