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