#6c65df
a balanced, vivid blue · warm · closest name: slateblue
RGB
108, 101, 223
HSL
243°, 66%, 64%
CMYK
52, 55, 0, 13
Luminance
0.1782
Every format
| HEX | #6c65df |
| RGB | rgb(108, 101, 223) |
| HSL | hsl(243, 66%, 64%) |
| CMYK | cmyk(52%, 55%, 0%, 13%) |
| LAB | lab(49.3 35.3 -61.7) |
| LCH | lch(49.3 71.1 299.8) |
| OKLCH | oklch(0.577 0.180 281.7) |
Copy-ready code
/* CSS */
color: #6c65df;
background-color: #6c65df;
/* Tailwind (arbitrary) */
class="text-[#6c65df] bg-[#6c65df]"
/* SCSS */
$brand: #6c65df;
/* SwiftUI */
Color(red: 0.424, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#6c65df")Accessibility — WCAG contrast
Aa
#6c65df on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c65df on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green39.6%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6c65df text on a black background
contrast 4.56:1
Card sample
#6c65df text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c65df;
Background color
Panel with #6c65df background
background-color: #6c65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c65df; background: linear-gradient(135deg, #6c65df, #BD65DF);