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