#6145ce
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 69, 206
HSL
252°, 58%, 54%
CMYK
53, 67, 0, 19
Luminance
0.1125
Every format
| HEX | #6145ce |
| RGB | rgb(97, 69, 206) |
| HSL | hsl(252, 58%, 54%) |
| CMYK | cmyk(53%, 67%, 0%, 19%) |
| LAB | lab(40.0 46.8 -67.0) |
| LCH | lch(40.0 81.7 304.9) |
| OKLCH | oklch(0.503 0.200 286.1) |
Copy-ready code
/* CSS */
color: #6145ce;
background-color: #6145ce;
/* Tailwind (arbitrary) */
class="text-[#6145ce] bg-[#6145ce]"
/* SCSS */
$brand: #6145ce;
/* SwiftUI */
Color(red: 0.380, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#6145ce")Accessibility — WCAG contrast
Aa
#6145ce on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6145ce on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green27.1%
Blue80.8%
CMYK percentages
Cyan52.9%
Magenta66.5%
Yellow0.0%
Key (black)19.2%
Color previews
#6145ce text on a black background
contrast 3.25:1
Card sample
#6145ce text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6145ce;
Background color
Panel with #6145ce background
background-color: #6145ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6145ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6145ce; background: linear-gradient(135deg, #6145ce, #BC45CE);