#8d9acd
a light, soft blue · warm · closest name: steelblue
RGB
141, 154, 205
HSL
228°, 39%, 68%
CMYK
31, 25, 0, 20
Luminance
0.3318
Every format
| HEX | #8d9acd |
| RGB | rgb(141, 154, 205) |
| HSL | hsl(228, 39%, 68%) |
| CMYK | cmyk(31%, 25%, 0%, 20%) |
| LAB | lab(64.3 7.2 -27.6) |
| LCH | lch(64.3 28.6 284.7) |
| OKLCH | oklch(0.695 0.077 273.2) |
Copy-ready code
/* CSS */
color: #8d9acd;
background-color: #8d9acd;
/* Tailwind (arbitrary) */
class="text-[#8d9acd] bg-[#8d9acd]"
/* SCSS */
$brand: #8d9acd;
/* SwiftUI */
Color(red: 0.553, green: 0.604, blue: 0.804)
/* Android */
Color.parseColor("#8d9acd")Accessibility — WCAG contrast
Aa
#8d9acd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8d9acd on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green60.4%
Blue80.4%
CMYK percentages
Cyan31.2%
Magenta24.9%
Yellow0.0%
Key (black)19.6%
Color previews
#8d9acd text on a black background
contrast 7.64:1
Card sample
#8d9acd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d9acd;
Background color
Panel with #8d9acd background
background-color: #8d9acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d9acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 154, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 154, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d9acd; background: linear-gradient(135deg, #8d9acd, #AB8DCD);