#552cdb
a balanced, vivid blue · warm · closest name: navy
RGB
85, 44, 219
HSL
254°, 71%, 52%
CMYK
61, 80, 0, 14
Luminance
0.0885
Every format
| HEX | #552cdb |
| RGB | rgb(85, 44, 219) |
| HSL | hsl(254, 71%, 52%) |
| CMYK | cmyk(61%, 80%, 0%, 14%) |
| LAB | lab(35.7 61.3 -81.7) |
| LCH | lch(35.7 102.1 306.9) |
| OKLCH | oklch(0.473 0.242 282.8) |
Copy-ready code
/* CSS */
color: #552cdb;
background-color: #552cdb;
/* Tailwind (arbitrary) */
class="text-[#552cdb] bg-[#552cdb]"
/* SCSS */
$brand: #552cdb;
/* SwiftUI */
Color(red: 0.333, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#552cdb")Accessibility — WCAG contrast
Aa
#552cdb on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552cdb on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.3%
Blue85.9%
CMYK percentages
Cyan61.2%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#552cdb text on a black background
contrast 2.77:1
Card sample
#552cdb text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552cdb;
Background color
Panel with #552cdb background
background-color: #552cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552cdb; background: linear-gradient(135deg, #552cdb, #CA2CDB);