#785ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
120, 90, 222
HSL
254°, 67%, 61%
CMYK
46, 60, 0, 13
Luminance
0.1658
Every format
| HEX | #785ade |
| RGB | rgb(120, 90, 222) |
| HSL | hsl(254, 67%, 61%) |
| CMYK | cmyk(46%, 60%, 0%, 13%) |
| LAB | lab(47.7 43.9 -63.6) |
| LCH | lch(47.7 77.2 304.6) |
| OKLCH | oklch(0.568 0.192 289.3) |
Copy-ready code
/* CSS */
color: #785ade;
background-color: #785ade;
/* Tailwind (arbitrary) */
class="text-[#785ade] bg-[#785ade]"
/* SCSS */
$brand: #785ade;
/* SwiftUI */
Color(red: 0.471, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#785ade")Accessibility — WCAG contrast
Aa
#785ade on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#785ade on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green35.3%
Blue87.1%
CMYK percentages
Cyan45.9%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#785ade text on a black background
contrast 4.32:1
Card sample
#785ade text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #785ade;
Background color
Panel with #785ade background
background-color: #785ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #785ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #785ade; background: linear-gradient(135deg, #785ade, #D05ADE);