#6765df
a balanced, vivid blue · warm · closest name: slateblue
RGB
103, 101, 223
HSL
241°, 66%, 64%
CMYK
54, 55, 0, 13
Luminance
0.1752
Every format
| HEX | #6765df |
| RGB | rgb(103, 101, 223) |
| HSL | hsl(241, 66%, 64%) |
| CMYK | cmyk(54%, 55%, 0%, 13%) |
| LAB | lab(48.9 34.3 -62.3) |
| LCH | lch(48.9 71.1 298.9) |
| OKLCH | oklch(0.573 0.181 279.8) |
Copy-ready code
/* CSS */
color: #6765df;
background-color: #6765df;
/* Tailwind (arbitrary) */
class="text-[#6765df] bg-[#6765df]"
/* SCSS */
$brand: #6765df;
/* SwiftUI */
Color(red: 0.404, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#6765df")Accessibility — WCAG contrast
Aa
#6765df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6765df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green39.6%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6765df text on a black background
contrast 4.50:1
Card sample
#6765df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6765df;
Background color
Panel with #6765df background
background-color: #6765df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6765df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6765df; background: linear-gradient(135deg, #6765df, #B865DF);