#8f91cd
a light, soft blue · warm · closest name: steelblue
RGB
143, 145, 205
HSL
238°, 38%, 68%
CMYK
30, 29, 0, 20
Luminance
0.3050
Every format
| HEX | #8f91cd |
| RGB | rgb(143, 145, 205) |
| HSL | hsl(238, 38%, 68%) |
| CMYK | cmyk(30%, 29%, 0%, 20%) |
| LAB | lab(62.1 13.0 -31.1) |
| LCH | lch(62.1 33.7 292.7) |
| OKLCH | oklch(0.678 0.088 282.3) |
Copy-ready code
/* CSS */
color: #8f91cd;
background-color: #8f91cd;
/* Tailwind (arbitrary) */
class="text-[#8f91cd] bg-[#8f91cd]"
/* SCSS */
$brand: #8f91cd;
/* SwiftUI */
Color(red: 0.561, green: 0.569, blue: 0.804)
/* Android */
Color.parseColor("#8f91cd")Accessibility — WCAG contrast
Aa
#8f91cd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f91cd on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.9%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta29.3%
Yellow0.0%
Key (black)19.6%
Color previews
#8f91cd text on a black background
contrast 7.10:1
Card sample
#8f91cd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f91cd;
Background color
Panel with #8f91cd background
background-color: #8f91cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f91cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 145, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 145, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f91cd; background: linear-gradient(135deg, #8f91cd, #B68FCD);