#3293ff
a balanced, electric blue · cool · “dodgerblue”
RGB
50, 147, 255
HSL
212°, 100%, 60%
CMYK
80, 42, 0, 0
Luminance
0.2877
Every format
| HEX | #3293ff |
| RGB | rgb(50, 147, 255) |
| HSL | hsl(212, 100%, 60%) |
| CMYK | cmyk(80%, 42%, 0%, 0%) |
| LAB | lab(60.6 9.6 -61.5) |
| LCH | lch(60.6 62.2 278.9) |
| OKLCH | oklch(0.662 0.183 254.3) |
Copy-ready code
/* CSS */
color: #3293ff;
background-color: #3293ff;
/* Tailwind (arbitrary) */
class="text-[#3293ff] bg-[#3293ff]"
/* SCSS */
$brand: #3293ff;
/* SwiftUI */
Color(red: 0.196, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#3293ff")Accessibility — WCAG contrast
Aa
#3293ff on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3293ff on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green57.6%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#3293ff text on a black background
contrast 6.75:1
Card sample
#3293ff text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3293ff;
Background color
Panel with #3293ff background
background-color: #3293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3293ff; background: linear-gradient(135deg, #3293ff, #5A32FF);