#7136df
a balanced, vivid violet · warm · closest name: slateblue
RGB
113, 54, 223
HSL
261°, 73%, 54%
CMYK
49, 76, 0, 13
Luminance
0.1148
Every format
| HEX | #7136df |
| RGB | rgb(113, 54, 223) |
| HSL | hsl(261, 73%, 54%) |
| CMYK | cmyk(49%, 76%, 0%, 13%) |
| LAB | lab(40.4 61.4 -76.2) |
| LCH | lch(40.4 97.8 308.9) |
| OKLCH | oklch(0.514 0.235 291.8) |
Copy-ready code
/* CSS */
color: #7136df;
background-color: #7136df;
/* Tailwind (arbitrary) */
class="text-[#7136df] bg-[#7136df]"
/* SCSS */
$brand: #7136df;
/* SwiftUI */
Color(red: 0.443, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#7136df")Accessibility — WCAG contrast
Aa
#7136df on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7136df on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green21.2%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7136df text on a black background
contrast 3.30:1
Card sample
#7136df text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7136df;
Background color
Panel with #7136df background
background-color: #7136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7136df; background: linear-gradient(135deg, #7136df, #DF36DC);