#3293cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
50, 147, 207
HSL
203°, 62%, 50%
CMYK
76, 29, 0, 19
Luminance
0.2605
Every format
| HEX | #3293cf |
| RGB | rgb(50, 147, 207) |
| HSL | hsl(203, 62%, 50%) |
| CMYK | cmyk(76%, 29%, 0%, 19%) |
| LAB | lab(58.1 -7.7 -38.8) |
| LCH | lch(58.1 39.5 258.8) |
| OKLCH | oklch(0.635 0.126 240.6) |
Copy-ready code
/* CSS */
color: #3293cf;
background-color: #3293cf;
/* Tailwind (arbitrary) */
class="text-[#3293cf] bg-[#3293cf]"
/* SCSS */
$brand: #3293cf;
/* SwiftUI */
Color(red: 0.196, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#3293cf")Accessibility — WCAG contrast
Aa
#3293cf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3293cf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green57.6%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#3293cf text on a black background
contrast 6.21:1
Card sample
#3293cf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3293cf;
Background color
Panel with #3293cf background
background-color: #3293cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3293cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3293cf; background: linear-gradient(135deg, #3293cf, #3A32CF);