#8f97cb
a light, soft blue · warm · closest name: steelblue
RGB
143, 151, 203
HSL
232°, 37%, 68%
CMYK
30, 26, 0, 20
Luminance
0.3228
Every format
| HEX | #8f97cb |
| RGB | rgb(143, 151, 203) |
| HSL | hsl(232, 37%, 68%) |
| CMYK | cmyk(30%, 26%, 0%, 20%) |
| LAB | lab(63.6 9.0 -27.6) |
| LCH | lch(63.6 29.1 288.1) |
| OKLCH | oklch(0.689 0.077 277.4) |
Copy-ready code
/* CSS */
color: #8f97cb;
background-color: #8f97cb;
/* Tailwind (arbitrary) */
class="text-[#8f97cb] bg-[#8f97cb]"
/* SCSS */
$brand: #8f97cb;
/* SwiftUI */
Color(red: 0.561, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#8f97cb")Accessibility — WCAG contrast
Aa
#8f97cb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f97cb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green59.2%
Blue79.6%
CMYK percentages
Cyan29.6%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#8f97cb text on a black background
contrast 7.46:1
Card sample
#8f97cb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f97cb;
Background color
Panel with #8f97cb background
background-color: #8f97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f97cb; background: linear-gradient(135deg, #8f97cb, #AF8FCB);