#534cfd
a balanced, electric blue · warm · closest name: blue
RGB
83, 76, 253
HSL
242°, 98%, 65%
CMYK
67, 70, 0, 1
Luminance
0.1410
Every format
| HEX | #534cfd |
| RGB | rgb(83, 76, 253) |
| HSL | hsl(242, 98%, 65%) |
| CMYK | cmyk(67%, 70%, 0%, 1%) |
| LAB | lab(44.4 55.3 -86.6) |
| LCH | lch(44.4 102.7 302.5) |
| OKLCH | oklch(0.544 0.252 275.8) |
Copy-ready code
/* CSS */
color: #534cfd;
background-color: #534cfd;
/* Tailwind (arbitrary) */
class="text-[#534cfd] bg-[#534cfd]"
/* SCSS */
$brand: #534cfd;
/* SwiftUI */
Color(red: 0.325, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#534cfd")Accessibility — WCAG contrast
Aa
#534cfd on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#534cfd on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green29.8%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#534cfd text on a black background
contrast 3.82:1
Card sample
#534cfd text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534cfd;
Background color
Panel with #534cfd background
background-color: #534cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534cfd; background: linear-gradient(135deg, #534cfd, #C94CFD);