#5334df
a balanced, vivid blue · warm · closest name: navy
RGB
83, 52, 223
HSL
251°, 73%, 54%
CMYK
63, 77, 0, 13
Luminance
0.0962
Every format
| HEX | #5334df |
| RGB | rgb(83, 52, 223) |
| HSL | hsl(251, 73%, 54%) |
| CMYK | cmyk(63%, 77%, 0%, 13%) |
| LAB | lab(37.1 58.6 -81.5) |
| LCH | lch(37.1 100.4 305.7) |
| OKLCH | oklch(0.484 0.240 280.9) |
Copy-ready code
/* CSS */
color: #5334df;
background-color: #5334df;
/* Tailwind (arbitrary) */
class="text-[#5334df] bg-[#5334df]"
/* SCSS */
$brand: #5334df;
/* SwiftUI */
Color(red: 0.325, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#5334df")Accessibility — WCAG contrast
Aa
#5334df on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5334df on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green20.4%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5334df text on a black background
contrast 2.92:1
Card sample
#5334df text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5334df;
Background color
Panel with #5334df background
background-color: #5334df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5334df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5334df; background: linear-gradient(135deg, #5334df, #C534DF);