#6052df
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 82, 223
HSL
246°, 69%, 60%
CMYK
57, 63, 0, 13
Luminance
0.1385
Every format
| HEX | #6052df |
| RGB | rgb(96, 82, 223) |
| HSL | hsl(246, 69%, 60%) |
| CMYK | cmyk(57%, 63%, 0%, 13%) |
| LAB | lab(44.0 44.3 -70.3) |
| LCH | lch(44.0 83.1 302.3) |
| OKLCH | oklch(0.536 0.206 281.4) |
Copy-ready code
/* CSS */
color: #6052df;
background-color: #6052df;
/* Tailwind (arbitrary) */
class="text-[#6052df] bg-[#6052df]"
/* SCSS */
$brand: #6052df;
/* SwiftUI */
Color(red: 0.376, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#6052df")Accessibility — WCAG contrast
Aa
#6052df on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6052df on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green32.2%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#6052df text on a black background
contrast 3.77:1
Card sample
#6052df text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6052df;
Background color
Panel with #6052df background
background-color: #6052df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6052df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6052df; background: linear-gradient(135deg, #6052df, #BE52DF);