#998fdf
a light, vivid blue · warm · closest name: plum
RGB
153, 143, 223
HSL
248°, 56%, 72%
CMYK
31, 36, 0, 13
Luminance
0.3174
Every format
| HEX | #998fdf |
| RGB | rgb(153, 143, 223) |
| HSL | hsl(248, 56%, 72%) |
| CMYK | cmyk(31%, 36%, 0%, 13%) |
| LAB | lab(63.1 21.6 -39.4) |
| LCH | lch(63.1 45.0 298.7) |
| OKLCH | oklch(0.691 0.116 288.7) |
Copy-ready code
/* CSS */
color: #998fdf;
background-color: #998fdf;
/* Tailwind (arbitrary) */
class="text-[#998fdf] bg-[#998fdf]"
/* SCSS */
$brand: #998fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#998fdf")Accessibility — WCAG contrast
Aa
#998fdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#998fdf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green56.1%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#998fdf text on a black background
contrast 7.35:1
Card sample
#998fdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998fdf;
Background color
Panel with #998fdf background
background-color: #998fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998fdf; background: linear-gradient(135deg, #998fdf, #CE8FDF);