#534cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 76, 223
HSL
243°, 70%, 59%
CMYK
63, 66, 0, 13
Luminance
0.1234
Every format
| HEX | #534cdf |
| RGB | rgb(83, 76, 223) |
| HSL | hsl(243, 70%, 59%) |
| CMYK | cmyk(63%, 66%, 0%, 13%) |
| LAB | lab(41.7 45.8 -74.0) |
| LCH | lch(41.7 87.0 301.8) |
| OKLCH | oklch(0.517 0.215 277.8) |
Copy-ready code
/* CSS */
color: #534cdf;
background-color: #534cdf;
/* Tailwind (arbitrary) */
class="text-[#534cdf] bg-[#534cdf]"
/* SCSS */
$brand: #534cdf;
/* SwiftUI */
Color(red: 0.325, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#534cdf")Accessibility — WCAG contrast
Aa
#534cdf on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#534cdf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green29.8%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#534cdf text on a black background
contrast 3.47:1
Card sample
#534cdf text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534cdf;
Background color
Panel with #534cdf background
background-color: #534cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534cdf; background: linear-gradient(135deg, #534cdf, #B54CDF);