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