#8c97cb
a light, soft blue · warm · closest name: steelblue
RGB
140, 151, 203
HSL
230°, 38%, 67%
CMYK
31, 26, 0, 20
Luminance
0.3202
Every format
| HEX | #8c97cb |
| RGB | rgb(140, 151, 203) |
| HSL | hsl(230, 38%, 67%) |
| CMYK | cmyk(31%, 26%, 0%, 20%) |
| LAB | lab(63.4 8.1 -28.0) |
| LCH | lch(63.4 29.2 286.2) |
| OKLCH | oklch(0.687 0.078 274.9) |
Copy-ready code
/* CSS */
color: #8c97cb;
background-color: #8c97cb;
/* Tailwind (arbitrary) */
class="text-[#8c97cb] bg-[#8c97cb]"
/* SCSS */
$brand: #8c97cb;
/* SwiftUI */
Color(red: 0.549, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#8c97cb")Accessibility — WCAG contrast
Aa
#8c97cb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c97cb on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green59.2%
Blue79.6%
CMYK percentages
Cyan31.0%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#8c97cb text on a black background
contrast 7.40:1
Card sample
#8c97cb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c97cb;
Background color
Panel with #8c97cb background
background-color: #8c97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c97cb; background: linear-gradient(135deg, #8c97cb, #AB8CCB);