#3198df
a balanced, vivid blue · cool · closest name: steelblue
RGB
49, 152, 223
HSL
205°, 73%, 53%
CMYK
78, 32, 0, 13
Luminance
0.2844
Every format
| HEX | #3198df |
| RGB | rgb(49, 152, 223) |
| HSL | hsl(205, 73%, 53%) |
| CMYK | cmyk(78%, 32%, 0%, 13%) |
| LAB | lab(60.3 -5.0 -44.3) |
| LCH | lch(60.3 44.5 263.5) |
| OKLCH | oklch(0.654 0.140 243.7) |
Copy-ready code
/* CSS */
color: #3198df;
background-color: #3198df;
/* Tailwind (arbitrary) */
class="text-[#3198df] bg-[#3198df]"
/* SCSS */
$brand: #3198df;
/* SwiftUI */
Color(red: 0.192, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#3198df")Accessibility — WCAG contrast
Aa
#3198df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3198df on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green59.6%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#3198df text on a black background
contrast 6.69:1
Card sample
#3198df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3198df;
Background color
Panel with #3198df background
background-color: #3198df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3198df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3198df; background: linear-gradient(135deg, #3198df, #3E31DF);