#8c89cb
a light, soft blue · warm · closest name: steelblue
RGB
140, 137, 203
HSL
243°, 39%, 67%
CMYK
31, 33, 0, 20
Luminance
0.2778
Every format
| HEX | #8c89cb |
| RGB | rgb(140, 137, 203) |
| HSL | hsl(243, 39%, 67%) |
| CMYK | cmyk(31%, 33%, 0%, 20%) |
| LAB | lab(59.7 16.2 -33.7) |
| LCH | lch(59.7 37.4 295.7) |
| OKLCH | oklch(0.659 0.097 285.5) |
Copy-ready code
/* CSS */
color: #8c89cb;
background-color: #8c89cb;
/* Tailwind (arbitrary) */
class="text-[#8c89cb] bg-[#8c89cb]"
/* SCSS */
$brand: #8c89cb;
/* SwiftUI */
Color(red: 0.549, green: 0.537, blue: 0.796)
/* Android */
Color.parseColor("#8c89cb")Accessibility — WCAG contrast
Aa
#8c89cb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c89cb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green53.7%
Blue79.6%
CMYK percentages
Cyan31.0%
Magenta32.5%
Yellow0.0%
Key (black)20.4%
Color previews
#8c89cb text on a black background
contrast 6.56:1
Card sample
#8c89cb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c89cb;
Background color
Panel with #8c89cb background
background-color: #8c89cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c89cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 137, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 137, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c89cb; background: linear-gradient(135deg, #8c89cb, #B889CB);