#6060c1
a balanced, soft blue · warm · closest name: slateblue
RGB
96, 96, 193
HSL
240°, 44%, 57%
CMYK
50, 50, 0, 24
Luminance
0.1470
Every format
| HEX | #6060c1 |
| RGB | rgb(96, 96, 193) |
| HSL | hsl(240, 44%, 57%) |
| CMYK | cmyk(50%, 50%, 0%, 24%) |
| LAB | lab(45.2 26.6 -51.1) |
| LCH | lch(45.2 57.6 297.5) |
| OKLCH | oklch(0.538 0.148 280.2) |
Copy-ready code
/* CSS */
color: #6060c1;
background-color: #6060c1;
/* Tailwind (arbitrary) */
class="text-[#6060c1] bg-[#6060c1]"
/* SCSS */
$brand: #6060c1;
/* SwiftUI */
Color(red: 0.376, green: 0.376, blue: 0.757)
/* Android */
Color.parseColor("#6060c1")Accessibility — WCAG contrast
Aa
#6060c1 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6060c1 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green37.6%
Blue75.7%
CMYK percentages
Cyan50.3%
Magenta50.3%
Yellow0.0%
Key (black)24.3%
Color previews
#6060c1 text on a black background
contrast 3.94:1
Card sample
#6060c1 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6060c1;
Background color
Panel with #6060c1 background
background-color: #6060c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6060c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 96, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 96, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6060c1; background: linear-gradient(135deg, #6060c1, #A160C1);