#988ccf
a light, soft blue · warm · closest name: plum
RGB
152, 140, 207
HSL
251°, 41%, 68%
CMYK
27, 32, 0, 19
Luminance
0.2994
Every format
| HEX | #988ccf |
| RGB | rgb(152, 140, 207) |
| HSL | hsl(251, 41%, 68%) |
| CMYK | cmyk(27%, 32%, 0%, 19%) |
| LAB | lab(61.6 19.0 -32.9) |
| LCH | lch(61.6 38.0 300.0) |
| OKLCH | oklch(0.676 0.098 291.8) |
Copy-ready code
/* CSS */
color: #988ccf;
background-color: #988ccf;
/* Tailwind (arbitrary) */
class="text-[#988ccf] bg-[#988ccf]"
/* SCSS */
$brand: #988ccf;
/* SwiftUI */
Color(red: 0.596, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#988ccf")Accessibility — WCAG contrast
Aa
#988ccf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988ccf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green54.9%
Blue81.2%
CMYK percentages
Cyan26.6%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#988ccf text on a black background
contrast 6.99:1
Card sample
#988ccf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988ccf;
Background color
Panel with #988ccf background
background-color: #988ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988ccf; background: linear-gradient(135deg, #988ccf, #C58CCF);