#5145ce
a balanced, vivid blue · warm · closest name: slateblue
RGB
81, 69, 206
HSL
245°, 58%, 54%
CMYK
61, 67, 0, 19
Luminance
0.1046
Every format
| HEX | #5145ce |
| RGB | rgb(81, 69, 206) |
| HSL | hsl(245, 58%, 54%) |
| CMYK | cmyk(61%, 67%, 0%, 19%) |
| LAB | lab(38.7 44.2 -69.3) |
| LCH | lch(38.7 82.2 302.5) |
| OKLCH | oklch(0.490 0.203 279.8) |
Copy-ready code
/* CSS */
color: #5145ce;
background-color: #5145ce;
/* Tailwind (arbitrary) */
class="text-[#5145ce] bg-[#5145ce]"
/* SCSS */
$brand: #5145ce;
/* SwiftUI */
Color(red: 0.318, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#5145ce")Accessibility — WCAG contrast
Aa
#5145ce on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5145ce on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green27.1%
Blue80.8%
CMYK percentages
Cyan60.7%
Magenta66.5%
Yellow0.0%
Key (black)19.2%
Color previews
#5145ce text on a black background
contrast 3.09:1
Card sample
#5145ce text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5145ce;
Background color
Panel with #5145ce background
background-color: #5145ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5145ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5145ce; background: linear-gradient(135deg, #5145ce, #AC45CE);