#3198cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
49, 152, 207
HSL
201°, 62%, 50%
CMYK
76, 27, 0, 19
Luminance
0.2761
Every format
| HEX | #3198cf |
| RGB | rgb(49, 152, 207) |
| HSL | hsl(201, 62%, 50%) |
| CMYK | cmyk(76%, 27%, 0%, 19%) |
| LAB | lab(59.5 -10.7 -36.5) |
| LCH | lch(59.5 38.0 253.7) |
| OKLCH | oklch(0.646 0.123 237.0) |
Copy-ready code
/* CSS */
color: #3198cf;
background-color: #3198cf;
/* Tailwind (arbitrary) */
class="text-[#3198cf] bg-[#3198cf]"
/* SCSS */
$brand: #3198cf;
/* SwiftUI */
Color(red: 0.192, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#3198cf")Accessibility — WCAG contrast
Aa
#3198cf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3198cf on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green59.6%
Blue81.2%
CMYK percentages
Cyan76.3%
Magenta26.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3198cf text on a black background
contrast 6.52:1
Card sample
#3198cf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3198cf;
Background color
Panel with #3198cf background
background-color: #3198cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3198cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3198cf; background: linear-gradient(135deg, #3198cf, #3331CF);