#998fd6
a light, vivid blue · warm · closest name: plum
RGB
153, 143, 214
HSL
249°, 46%, 70%
CMYK
29, 33, 0, 16
Luminance
0.3127
Every format
| HEX | #998fd6 |
| RGB | rgb(153, 143, 214) |
| HSL | hsl(249, 46%, 70%) |
| CMYK | cmyk(29%, 33%, 0%, 16%) |
| LAB | lab(62.7 19.3 -35.0) |
| LCH | lch(62.7 40.0 298.9) |
| OKLCH | oklch(0.686 0.103 289.8) |
Copy-ready code
/* CSS */
color: #998fd6;
background-color: #998fd6;
/* Tailwind (arbitrary) */
class="text-[#998fd6] bg-[#998fd6]"
/* SCSS */
$brand: #998fd6;
/* SwiftUI */
Color(red: 0.600, green: 0.561, blue: 0.839)
/* Android */
Color.parseColor("#998fd6")Accessibility — WCAG contrast
Aa
#998fd6 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#998fd6 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green56.1%
Blue83.9%
CMYK percentages
Cyan28.5%
Magenta33.2%
Yellow0.0%
Key (black)16.1%
Color previews
#998fd6 text on a black background
contrast 7.25:1
Card sample
#998fd6 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998fd6;
Background color
Panel with #998fd6 background
background-color: #998fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 143, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 143, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998fd6; background: linear-gradient(135deg, #998fd6, #C88FD6);