#907ade
a light, vivid blue · warm · closest name: slateblue
RGB
144, 122, 222
HSL
253°, 60%, 68%
CMYK
35, 45, 0, 13
Luminance
0.2512
Every format
| HEX | #907ade |
| RGB | rgb(144, 122, 222) |
| HSL | hsl(253, 60%, 68%) |
| CMYK | cmyk(35%, 45%, 0%, 13%) |
| LAB | lab(57.2 31.1 -48.3) |
| LCH | lch(57.2 57.4 302.8) |
| OKLCH | oklch(0.643 0.146 291.9) |
Copy-ready code
/* CSS */
color: #907ade;
background-color: #907ade;
/* Tailwind (arbitrary) */
class="text-[#907ade] bg-[#907ade]"
/* SCSS */
$brand: #907ade;
/* SwiftUI */
Color(red: 0.565, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#907ade")Accessibility — WCAG contrast
Aa
#907ade on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907ade on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green47.8%
Blue87.1%
CMYK percentages
Cyan35.1%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#907ade text on a black background
contrast 6.02:1
Card sample
#907ade text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907ade;
Background color
Panel with #907ade background
background-color: #907ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907ade; background: linear-gradient(135deg, #907ade, #D37ADE);