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