#6552cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 82, 207
HSL
249°, 57%, 57%
CMYK
51, 60, 0, 19
Luminance
0.1331
Every format
| HEX | #6552cf |
| RGB | rgb(101, 82, 207) |
| HSL | hsl(249, 57%, 57%) |
| CMYK | cmyk(51%, 60%, 0%, 19%) |
| LAB | lab(43.2 40.4 -62.4) |
| LCH | lch(43.2 74.3 302.9) |
| OKLCH | oklch(0.527 0.185 285.1) |
Copy-ready code
/* CSS */
color: #6552cf;
background-color: #6552cf;
/* Tailwind (arbitrary) */
class="text-[#6552cf] bg-[#6552cf]"
/* SCSS */
$brand: #6552cf;
/* SwiftUI */
Color(red: 0.396, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#6552cf")Accessibility — WCAG contrast
Aa
#6552cf on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6552cf on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green32.2%
Blue81.2%
CMYK percentages
Cyan51.2%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6552cf text on a black background
contrast 3.66:1
Card sample
#6552cf text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6552cf;
Background color
Panel with #6552cf background
background-color: #6552cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6552cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6552cf; background: linear-gradient(135deg, #6552cf, #B852CF);