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