#6063df
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 99, 223
HSL
239°, 67%, 63%
CMYK
57, 56, 0, 13
Luminance
0.1674
Every format
| HEX | #6063df |
| RGB | rgb(96, 99, 223) |
| HSL | hsl(239, 67%, 63%) |
| CMYK | cmyk(57%, 56%, 0%, 13%) |
| LAB | lab(47.9 34.2 -63.9) |
| LCH | lch(47.9 72.5 298.2) |
| OKLCH | oklch(0.565 0.185 277.6) |
Copy-ready code
/* CSS */
color: #6063df;
background-color: #6063df;
/* Tailwind (arbitrary) */
class="text-[#6063df] bg-[#6063df]"
/* SCSS */
$brand: #6063df;
/* SwiftUI */
Color(red: 0.376, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#6063df")Accessibility — WCAG contrast
Aa
#6063df on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6063df on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green38.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6063df text on a black background
contrast 4.35:1
Card sample
#6063df text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6063df;
Background color
Panel with #6063df background
background-color: #6063df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6063df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6063df; background: linear-gradient(135deg, #6063df, #B260DF);