#3258eb
a balanced, electric blue · warm · closest name: royalblue
RGB
50, 88, 235
HSL
228°, 82%, 56%
CMYK
79, 63, 0, 8
Luminance
0.1366
Every format
| HEX | #3258eb |
| RGB | rgb(50, 88, 235) |
| HSL | hsl(228, 82%, 56%) |
| CMYK | cmyk(79%, 63%, 0%, 8%) |
| LAB | lab(43.7 38.9 -77.6) |
| LCH | lch(43.7 86.8 296.6) |
| OKLCH | oklch(0.530 0.225 266.8) |
Copy-ready code
/* CSS */
color: #3258eb;
background-color: #3258eb;
/* Tailwind (arbitrary) */
class="text-[#3258eb] bg-[#3258eb]"
/* SCSS */
$brand: #3258eb;
/* SwiftUI */
Color(red: 0.196, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#3258eb")Accessibility — WCAG contrast
Aa
#3258eb on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3258eb on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green34.5%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#3258eb text on a black background
contrast 3.73:1
Card sample
#3258eb text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3258eb;
Background color
Panel with #3258eb background
background-color: #3258eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3258eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3258eb; background: linear-gradient(135deg, #3258eb, #8732EB);