#7063df
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 99, 223
HSL
246°, 66%, 63%
CMYK
50, 56, 0, 13
Luminance
0.1770
Every format
| HEX | #7063df |
| RGB | rgb(112, 99, 223) |
| HSL | hsl(246, 66%, 63%) |
| CMYK | cmyk(50%, 56%, 0%, 13%) |
| LAB | lab(49.1 37.3 -61.9) |
| LCH | lch(49.1 72.3 301.1) |
| OKLCH | oklch(0.577 0.182 283.9) |
Copy-ready code
/* CSS */
color: #7063df;
background-color: #7063df;
/* Tailwind (arbitrary) */
class="text-[#7063df] bg-[#7063df]"
/* SCSS */
$brand: #7063df;
/* SwiftUI */
Color(red: 0.439, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#7063df")Accessibility — WCAG contrast
Aa
#7063df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7063df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green38.8%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7063df text on a black background
contrast 4.54:1
Card sample
#7063df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7063df;
Background color
Panel with #7063df background
background-color: #7063df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7063df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7063df; background: linear-gradient(135deg, #7063df, #C363DF);