#6348df
a balanced, vivid blue · warm · closest name: slateblue
RGB
99, 72, 223
HSL
251°, 70%, 58%
CMYK
56, 68, 0, 13
Luminance
0.1262
Every format
| HEX | #6348df |
| RGB | rgb(99, 72, 223) |
| HSL | hsl(251, 70%, 58%) |
| CMYK | cmyk(56%, 68%, 0%, 13%) |
| LAB | lab(42.2 50.5 -73.2) |
| LCH | lch(42.2 88.9 304.6) |
| OKLCH | oklch(0.523 0.217 284.2) |
Copy-ready code
/* CSS */
color: #6348df;
background-color: #6348df;
/* Tailwind (arbitrary) */
class="text-[#6348df] bg-[#6348df]"
/* SCSS */
$brand: #6348df;
/* SwiftUI */
Color(red: 0.388, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#6348df")Accessibility — WCAG contrast
Aa
#6348df on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6348df on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green28.2%
Blue87.5%
CMYK percentages
Cyan55.6%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6348df text on a black background
contrast 3.52:1
Card sample
#6348df text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6348df;
Background color
Panel with #6348df background
background-color: #6348df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6348df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6348df; background: linear-gradient(135deg, #6348df, #C848DF);