#7c65df
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 101, 223
HSL
251°, 66%, 64%
CMYK
44, 55, 0, 13
Luminance
0.1892
Every format
| HEX | #7c65df |
| RGB | rgb(124, 101, 223) |
| HSL | hsl(251, 66%, 64%) |
| CMYK | cmyk(44%, 55%, 0%, 13%) |
| LAB | lab(50.6 38.7 -59.5) |
| LCH | lch(50.6 71.0 303.0) |
| OKLCH | oklch(0.590 0.178 288.4) |
Copy-ready code
/* CSS */
color: #7c65df;
background-color: #7c65df;
/* Tailwind (arbitrary) */
class="text-[#7c65df] bg-[#7c65df]"
/* SCSS */
$brand: #7c65df;
/* SwiftUI */
Color(red: 0.486, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#7c65df")Accessibility — WCAG contrast
Aa
#7c65df on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c65df on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green39.6%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7c65df text on a black background
contrast 4.78:1
Card sample
#7c65df text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c65df;
Background color
Panel with #7c65df background
background-color: #7c65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c65df; background: linear-gradient(135deg, #7c65df, #CD65DF);