#3262eb
a balanced, electric blue · cool · closest name: royalblue
RGB
50, 98, 235
HSL
224°, 82%, 56%
CMYK
79, 58, 0, 8
Luminance
0.1541
Every format
| HEX | #3262eb |
| RGB | rgb(50, 98, 235) |
| HSL | hsl(224, 82%, 56%) |
| CMYK | cmyk(79%, 58%, 0%, 8%) |
| LAB | lab(46.2 32.6 -73.6) |
| LCH | lch(46.2 80.5 293.9) |
| OKLCH | oklch(0.548 0.213 265.1) |
Copy-ready code
/* CSS */
color: #3262eb;
background-color: #3262eb;
/* Tailwind (arbitrary) */
class="text-[#3262eb] bg-[#3262eb]"
/* SCSS */
$brand: #3262eb;
/* SwiftUI */
Color(red: 0.196, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#3262eb")Accessibility — WCAG contrast
Aa
#3262eb on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3262eb on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green38.4%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3262eb text on a black background
contrast 4.08:1
Card sample
#3262eb text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3262eb;
Background color
Panel with #3262eb background
background-color: #3262eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3262eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3262eb; background: linear-gradient(135deg, #3262eb, #7D32EB);