#3250eb
a balanced, electric blue · warm · closest name: royalblue
RGB
50, 80, 235
HSL
230°, 82%, 56%
CMYK
79, 66, 0, 8
Luminance
0.1241
Every format
| HEX | #3250eb |
| RGB | rgb(50, 80, 235) |
| HSL | hsl(230, 82%, 56%) |
| CMYK | cmyk(79%, 66%, 0%, 8%) |
| LAB | lab(41.9 43.8 -80.7) |
| LCH | lch(41.9 91.8 298.5) |
| OKLCH | oklch(0.516 0.234 267.9) |
Copy-ready code
/* CSS */
color: #3250eb;
background-color: #3250eb;
/* Tailwind (arbitrary) */
class="text-[#3250eb] bg-[#3250eb]"
/* SCSS */
$brand: #3250eb;
/* SwiftUI */
Color(red: 0.196, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#3250eb")Accessibility — WCAG contrast
Aa
#3250eb on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3250eb on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green31.4%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3250eb text on a black background
contrast 3.48:1
Card sample
#3250eb text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3250eb;
Background color
Panel with #3250eb background
background-color: #3250eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3250eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3250eb; background: linear-gradient(135deg, #3250eb, #8F32EB);