#550bdf
a balanced, electric violet · warm · closest name: blue
RGB
85, 11, 223
HSL
261°, 91%, 46%
CMYK
62, 95, 0, 13
Luminance
0.0750
Every format
| HEX | #550bdf |
| RGB | rgb(85, 11, 223) |
| HSL | hsl(261, 91%, 46%) |
| CMYK | cmyk(62%, 95%, 0%, 13%) |
| LAB | lab(32.9 71.9 -88.6) |
| LCH | lch(32.9 114.1 309.1) |
| OKLCH | oklch(0.456 0.263 283.9) |
Copy-ready code
/* CSS */
color: #550bdf;
background-color: #550bdf;
/* Tailwind (arbitrary) */
class="text-[#550bdf] bg-[#550bdf]"
/* SCSS */
$brand: #550bdf;
/* SwiftUI */
Color(red: 0.333, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#550bdf")Accessibility — WCAG contrast
Aa
#550bdf on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550bdf on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green4.3%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#550bdf text on a black background
contrast 2.50:1
Card sample
#550bdf text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550bdf;
Background color
Panel with #550bdf background
background-color: #550bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550bdf; background: linear-gradient(135deg, #550bdf, #DF0BDC);