#8c9acf
a light, soft blue · warm · closest name: steelblue
RGB
140, 154, 207
HSL
228°, 41%, 68%
CMYK
32, 26, 0, 19
Luminance
0.3319
Every format
| HEX | #8c9acf |
| RGB | rgb(140, 154, 207) |
| HSL | hsl(228, 41%, 68%) |
| CMYK | cmyk(32%, 26%, 0%, 19%) |
| LAB | lab(64.3 7.5 -28.8) |
| LCH | lch(64.3 29.7 284.5) |
| OKLCH | oklch(0.695 0.080 272.8) |
Copy-ready code
/* CSS */
color: #8c9acf;
background-color: #8c9acf;
/* Tailwind (arbitrary) */
class="text-[#8c9acf] bg-[#8c9acf]"
/* SCSS */
$brand: #8c9acf;
/* SwiftUI */
Color(red: 0.549, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#8c9acf")Accessibility — WCAG contrast
Aa
#8c9acf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c9acf on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green60.4%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8c9acf text on a black background
contrast 7.64:1
Card sample
#8c9acf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c9acf;
Background color
Panel with #8c9acf background
background-color: #8c9acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c9acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c9acf; background: linear-gradient(135deg, #8c9acf, #AB8CCF);