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