#3192df
a balanced, vivid blue · cool · closest name: steelblue
RGB
49, 146, 223
HSL
207°, 73%, 53%
CMYK
78, 35, 0, 13
Luminance
0.2654
Every format
| HEX | #3192df |
| RGB | rgb(49, 146, 223) |
| HSL | hsl(207, 73%, 53%) |
| CMYK | cmyk(78%, 35%, 0%, 13%) |
| LAB | lab(58.5 -1.5 -47.0) |
| LCH | lch(58.5 47.0 268.1) |
| OKLCH | oklch(0.641 0.145 247.0) |
Copy-ready code
/* CSS */
color: #3192df;
background-color: #3192df;
/* Tailwind (arbitrary) */
class="text-[#3192df] bg-[#3192df]"
/* SCSS */
$brand: #3192df;
/* SwiftUI */
Color(red: 0.192, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#3192df")Accessibility — WCAG contrast
Aa
#3192df on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3192df on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green57.3%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3192df text on a black background
contrast 6.31:1
Card sample
#3192df text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3192df;
Background color
Panel with #3192df background
background-color: #3192df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3192df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3192df; background: linear-gradient(135deg, #3192df, #4431DF);