#6045df
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 69, 223
HSL
251°, 71%, 57%
CMYK
57, 69, 0, 13
Luminance
0.1207
Every format
| HEX | #6045df |
| RGB | rgb(96, 69, 223) |
| HSL | hsl(251, 71%, 57%) |
| CMYK | cmyk(57%, 69%, 0%, 13%) |
| LAB | lab(41.3 51.6 -74.6) |
| LCH | lch(41.3 90.8 304.7) |
| OKLCH | oklch(0.516 0.221 283.5) |
Copy-ready code
/* CSS */
color: #6045df;
background-color: #6045df;
/* Tailwind (arbitrary) */
class="text-[#6045df] bg-[#6045df]"
/* SCSS */
$brand: #6045df;
/* SwiftUI */
Color(red: 0.376, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#6045df")Accessibility — WCAG contrast
Aa
#6045df on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6045df on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green27.1%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6045df text on a black background
contrast 3.41:1
Card sample
#6045df text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6045df;
Background color
Panel with #6045df background
background-color: #6045df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6045df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6045df; background: linear-gradient(135deg, #6045df, #C745DF);