#7162df
a balanced, vivid blue · warm · closest name: slateblue
RGB
113, 98, 223
HSL
247°, 66%, 63%
CMYK
49, 56, 0, 13
Luminance
0.1757
Every format
| HEX | #7162df |
| RGB | rgb(113, 98, 223) |
| HSL | hsl(247, 66%, 63%) |
| CMYK | cmyk(49%, 56%, 0%, 13%) |
| LAB | lab(49.0 38.1 -62.1) |
| LCH | lch(49.0 72.9 301.5) |
| OKLCH | oklch(0.576 0.183 284.5) |
Copy-ready code
/* CSS */
color: #7162df;
background-color: #7162df;
/* Tailwind (arbitrary) */
class="text-[#7162df] bg-[#7162df]"
/* SCSS */
$brand: #7162df;
/* SwiftUI */
Color(red: 0.443, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#7162df")Accessibility — WCAG contrast
Aa
#7162df on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7162df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green38.4%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7162df text on a black background
contrast 4.51:1
Card sample
#7162df text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7162df;
Background color
Panel with #7162df background
background-color: #7162df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7162df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7162df; background: linear-gradient(135deg, #7162df, #C462DF);