#8f8ccf
a light, soft blue · warm · closest name: steelblue
RGB
143, 140, 207
HSL
243°, 41%, 68%
CMYK
31, 32, 0, 19
Luminance
0.2910
Every format
| HEX | #8f8ccf |
| RGB | rgb(143, 140, 207) |
| HSL | hsl(243, 41%, 68%) |
| CMYK | cmyk(31%, 32%, 0%, 19%) |
| LAB | lab(60.9 16.4 -34.1) |
| LCH | lch(60.9 37.8 295.7) |
| OKLCH | oklch(0.669 0.098 285.5) |
Copy-ready code
/* CSS */
color: #8f8ccf;
background-color: #8f8ccf;
/* Tailwind (arbitrary) */
class="text-[#8f8ccf] bg-[#8f8ccf]"
/* SCSS */
$brand: #8f8ccf;
/* SwiftUI */
Color(red: 0.561, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#8f8ccf")Accessibility — WCAG contrast
Aa
#8f8ccf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8ccf on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green54.9%
Blue81.2%
CMYK percentages
Cyan30.9%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#8f8ccf text on a black background
contrast 6.82:1
Card sample
#8f8ccf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8ccf;
Background color
Panel with #8f8ccf background
background-color: #8f8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8ccf; background: linear-gradient(135deg, #8f8ccf, #BC8CCF);