#6752db
a balanced, vivid blue · warm · closest name: slateblue
RGB
103, 82, 219
HSL
249°, 66%, 59%
CMYK
53, 63, 0, 14
Luminance
0.1403
Every format
| HEX | #6752db |
| RGB | rgb(103, 82, 219) |
| HSL | hsl(249, 66%, 59%) |
| CMYK | cmyk(53%, 63%, 0%, 14%) |
| LAB | lab(44.3 44.3 -67.5) |
| LCH | lch(44.3 80.8 303.3) |
| OKLCH | oklch(0.538 0.200 284.4) |
Copy-ready code
/* CSS */
color: #6752db;
background-color: #6752db;
/* Tailwind (arbitrary) */
class="text-[#6752db] bg-[#6752db]"
/* SCSS */
$brand: #6752db;
/* SwiftUI */
Color(red: 0.404, green: 0.322, blue: 0.859)
/* Android */
Color.parseColor("#6752db")Accessibility — WCAG contrast
Aa
#6752db on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6752db on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green32.2%
Blue85.9%
CMYK percentages
Cyan53.0%
Magenta62.6%
Yellow0.0%
Key (black)14.1%
Color previews
#6752db text on a black background
contrast 3.81:1
Card sample
#6752db text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6752db;
Background color
Panel with #6752db background
background-color: #6752db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6752db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 82, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 82, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6752db; background: linear-gradient(135deg, #6752db, #C252DB);