#8c9fdf
a light, vivid blue · warm · closest name: steelblue
RGB
140, 159, 223
HSL
226°, 57%, 71%
CMYK
37, 29, 0, 13
Luminance
0.3570
Every format
| HEX | #8c9fdf |
| RGB | rgb(140, 159, 223) |
| HSL | hsl(226, 57%, 71%) |
| CMYK | cmyk(37%, 29%, 0%, 13%) |
| LAB | lab(66.3 8.8 -34.6) |
| LCH | lch(66.3 35.7 284.3) |
| OKLCH | oklch(0.713 0.096 271.1) |
Copy-ready code
/* CSS */
color: #8c9fdf;
background-color: #8c9fdf;
/* Tailwind (arbitrary) */
class="text-[#8c9fdf] bg-[#8c9fdf]"
/* SCSS */
$brand: #8c9fdf;
/* SwiftUI */
Color(red: 0.549, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#8c9fdf")Accessibility — WCAG contrast
Aa
#8c9fdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c9fdf on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8c9fdf text on a black background
contrast 8.14:1
Card sample
#8c9fdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c9fdf;
Background color
Panel with #8c9fdf background
background-color: #8c9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c9fdf; background: linear-gradient(135deg, #8c9fdf, #B08CDF);