#526dfd
a light, electric blue · warm · closest name: royalblue
RGB
82, 109, 253
HSL
231°, 98%, 66%
CMYK
68, 57, 0, 1
Luminance
0.1982
Every format
| HEX | #526dfd |
| RGB | rgb(82, 109, 253) |
| HSL | hsl(231, 98%, 66%) |
| CMYK | cmyk(68%, 57%, 0%, 1%) |
| LAB | lab(51.6 35.8 -74.7) |
| LCH | lch(51.6 82.9 295.6) |
| OKLCH | oklch(0.597 0.215 270.4) |
Copy-ready code
/* CSS */
color: #526dfd;
background-color: #526dfd;
/* Tailwind (arbitrary) */
class="text-[#526dfd] bg-[#526dfd]"
/* SCSS */
$brand: #526dfd;
/* SwiftUI */
Color(red: 0.322, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#526dfd")Accessibility — WCAG contrast
Aa
#526dfd on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#526dfd on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green42.7%
Blue99.2%
CMYK percentages
Cyan67.6%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#526dfd text on a black background
contrast 4.96:1
Card sample
#526dfd text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #526dfd;
Background color
Panel with #526dfd background
background-color: #526dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #526dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #526dfd; background: linear-gradient(135deg, #526dfd, #A952FD);