#5530df
a balanced, vivid blue · warm · closest name: blue
RGB
85, 48, 223
HSL
253°, 73%, 53%
CMYK
62, 79, 0, 13
Luminance
0.0937
Every format
| HEX | #5530df |
| RGB | rgb(85, 48, 223) |
| HSL | hsl(253, 73%, 53%) |
| CMYK | cmyk(62%, 79%, 0%, 13%) |
| LAB | lab(36.7 60.6 -82.3) |
| LCH | lch(36.7 102.2 306.4) |
| OKLCH | oklch(0.481 0.243 282.0) |
Copy-ready code
/* CSS */
color: #5530df;
background-color: #5530df;
/* Tailwind (arbitrary) */
class="text-[#5530df] bg-[#5530df]"
/* SCSS */
$brand: #5530df;
/* SwiftUI */
Color(red: 0.333, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#5530df")Accessibility — WCAG contrast
Aa
#5530df on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5530df on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.8%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5530df text on a black background
contrast 2.87:1
Card sample
#5530df text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5530df;
Background color
Panel with #5530df background
background-color: #5530df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5530df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5530df; background: linear-gradient(135deg, #5530df, #CA30DF);