#6063eb
a balanced, electric blue · warm · closest name: slateblue
RGB
96, 99, 235
HSL
239°, 78%, 65%
CMYK
59, 58, 0, 8
Luminance
0.1741
Every format
| HEX | #6063eb |
| RGB | rgb(96, 99, 235) |
| HSL | hsl(239, 78%, 65%) |
| CMYK | cmyk(59%, 58%, 0%, 8%) |
| LAB | lab(48.8 38.1 -69.3) |
| LCH | lch(48.8 79.1 298.8) |
| OKLCH | oklch(0.574 0.201 277.1) |
Copy-ready code
/* CSS */
color: #6063eb;
background-color: #6063eb;
/* Tailwind (arbitrary) */
class="text-[#6063eb] bg-[#6063eb]"
/* SCSS */
$brand: #6063eb;
/* SwiftUI */
Color(red: 0.376, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#6063eb")Accessibility — WCAG contrast
Aa
#6063eb on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6063eb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green38.8%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#6063eb text on a black background
contrast 4.48:1
Card sample
#6063eb text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6063eb;
Background color
Panel with #6063eb background
background-color: #6063eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6063eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6063eb; background: linear-gradient(135deg, #6063eb, #BA60EB);