#5263ff
a light, electric blue · warm · closest name: royalblue
RGB
82, 99, 255
HSL
234°, 100%, 66%
CMYK
68, 61, 0, 0
Luminance
0.1794
Every format
| HEX | #5263ff |
| RGB | rgb(82, 99, 255) |
| HSL | hsl(234, 100%, 66%) |
| CMYK | cmyk(68%, 61%, 0%, 0%) |
| LAB | lab(49.4 42.5 -79.4) |
| LCH | lch(49.4 90.1 298.2) |
| OKLCH | oklch(0.581 0.229 272.3) |
Copy-ready code
/* CSS */
color: #5263ff;
background-color: #5263ff;
/* Tailwind (arbitrary) */
class="text-[#5263ff] bg-[#5263ff]"
/* SCSS */
$brand: #5263ff;
/* SwiftUI */
Color(red: 0.322, green: 0.388, blue: 1.000)
/* Android */
Color.parseColor("#5263ff")Accessibility — WCAG contrast
Aa
#5263ff on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5263ff on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green38.8%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta61.2%
Yellow0.0%
Key (black)0.0%
Color previews
#5263ff text on a black background
contrast 4.59:1
Card sample
#5263ff text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5263ff;
Background color
Panel with #5263ff background
background-color: #5263ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5263ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 99, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 99, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5263ff; background: linear-gradient(135deg, #5263ff, #B452FF);