#6044cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 68, 204
HSL
252°, 57%, 53%
CMYK
53, 67, 0, 20
Luminance
0.1098
Every format
| HEX | #6044cc |
| RGB | rgb(96, 68, 204) |
| HSL | hsl(252, 57%, 53%) |
| CMYK | cmyk(53%, 67%, 0%, 20%) |
| LAB | lab(39.5 46.6 -66.6) |
| LCH | lch(39.5 81.3 305.0) |
| OKLCH | oklch(0.499 0.199 286.2) |
Copy-ready code
/* CSS */
color: #6044cc;
background-color: #6044cc;
/* Tailwind (arbitrary) */
class="text-[#6044cc] bg-[#6044cc]"
/* SCSS */
$brand: #6044cc;
/* SwiftUI */
Color(red: 0.376, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#6044cc")Accessibility — WCAG contrast
Aa
#6044cc on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6044cc on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green26.7%
Blue80.0%
CMYK percentages
Cyan52.9%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#6044cc text on a black background
contrast 3.20:1
Card sample
#6044cc text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6044cc;
Background color
Panel with #6044cc background
background-color: #6044cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6044cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6044cc; background: linear-gradient(135deg, #6044cc, #BB44CC);