#938fdf
a light, vivid blue · warm · closest name: plum
RGB
147, 143, 223
HSL
243°, 56%, 72%
CMYK
34, 36, 0, 13
Luminance
0.3118
Every format
| HEX | #938fdf |
| RGB | rgb(147, 143, 223) |
| HSL | hsl(243, 56%, 72%) |
| CMYK | cmyk(34%, 36%, 0%, 13%) |
| LAB | lab(62.6 19.9 -40.2) |
| LCH | lch(62.6 44.9 296.4) |
| OKLCH | oklch(0.686 0.117 285.2) |
Copy-ready code
/* CSS */
color: #938fdf;
background-color: #938fdf;
/* Tailwind (arbitrary) */
class="text-[#938fdf] bg-[#938fdf]"
/* SCSS */
$brand: #938fdf;
/* SwiftUI */
Color(red: 0.576, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#938fdf")Accessibility — WCAG contrast
Aa
#938fdf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#938fdf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#938fdf text on a black background
contrast 7.24:1
Card sample
#938fdf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938fdf;
Background color
Panel with #938fdf background
background-color: #938fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938fdf; background: linear-gradient(135deg, #938fdf, #C88FDF);