#785fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
120, 95, 223
HSL
252°, 67%, 62%
CMYK
46, 57, 0, 13
Luminance
0.1751
Every format
| HEX | #785fdf |
| RGB | rgb(120, 95, 223) |
| HSL | hsl(252, 67%, 62%) |
| CMYK | cmyk(46%, 57%, 0%, 13%) |
| LAB | lab(48.9 41.3 -62.2) |
| LCH | lch(48.9 74.7 303.6) |
| OKLCH | oklch(0.577 0.187 288.1) |
Copy-ready code
/* CSS */
color: #785fdf;
background-color: #785fdf;
/* Tailwind (arbitrary) */
class="text-[#785fdf] bg-[#785fdf]"
/* SCSS */
$brand: #785fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#785fdf")Accessibility — WCAG contrast
Aa
#785fdf on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#785fdf on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green37.3%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#785fdf text on a black background
contrast 4.50:1
Card sample
#785fdf text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #785fdf;
Background color
Panel with #785fdf background
background-color: #785fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #785fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #785fdf; background: linear-gradient(135deg, #785fdf, #CD5FDF);