#907fdf
a light, vivid blue · warm · closest name: slateblue
RGB
144, 127, 223
HSL
251°, 60%, 69%
CMYK
35, 43, 0, 13
Luminance
0.2644
Every format
| HEX | #907fdf |
| RGB | rgb(144, 127, 223) |
| HSL | hsl(251, 60%, 69%) |
| CMYK | cmyk(35%, 43%, 0%, 13%) |
| LAB | lab(58.5 28.4 -46.8) |
| LCH | lch(58.5 54.8 301.2) |
| OKLCH | oklch(0.653 0.140 290.1) |
Copy-ready code
/* CSS */
color: #907fdf;
background-color: #907fdf;
/* Tailwind (arbitrary) */
class="text-[#907fdf] bg-[#907fdf]"
/* SCSS */
$brand: #907fdf;
/* SwiftUI */
Color(red: 0.565, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#907fdf")Accessibility — WCAG contrast
Aa
#907fdf on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907fdf on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#907fdf text on a black background
contrast 6.29:1
Card sample
#907fdf text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907fdf;
Background color
Panel with #907fdf background
background-color: #907fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907fdf; background: linear-gradient(135deg, #907fdf, #D07FDF);