#3262fd
a balanced, electric blue · warm · closest name: royalblue
RGB
50, 98, 253
HSL
226°, 98%, 59%
CMYK
80, 61, 0, 1
Luminance
0.1651
Every format
| HEX | #3262fd |
| RGB | rgb(50, 98, 253) |
| HSL | hsl(226, 98%, 59%) |
| CMYK | cmyk(80%, 61%, 0%, 1%) |
| LAB | lab(47.6 39.1 -81.3) |
| LCH | lch(47.6 90.3 295.7) |
| OKLCH | oklch(0.563 0.236 265.7) |
Copy-ready code
/* CSS */
color: #3262fd;
background-color: #3262fd;
/* Tailwind (arbitrary) */
class="text-[#3262fd] bg-[#3262fd]"
/* SCSS */
$brand: #3262fd;
/* SwiftUI */
Color(red: 0.196, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#3262fd")Accessibility — WCAG contrast
Aa
#3262fd on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3262fd on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green38.4%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#3262fd text on a black background
contrast 4.30:1
Card sample
#3262fd text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3262fd;
Background color
Panel with #3262fd background
background-color: #3262fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3262fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3262fd; background: linear-gradient(135deg, #3262fd, #8932FD);