#8c9abc
a balanced, soft blue · cool · closest name: steelblue
RGB
140, 154, 188
HSL
223°, 26%, 64%
CMYK
26, 18, 0, 26
Luminance
0.3232
Every format
| HEX | #8c9abc |
| RGB | rgb(140, 154, 188) |
| HSL | hsl(223, 26%, 64%) |
| CMYK | cmyk(26%, 18%, 0%, 26%) |
| LAB | lab(63.6 2.7 -19.2) |
| LCH | lch(63.6 19.4 278.0) |
| OKLCH | oklch(0.687 0.053 267.5) |
Copy-ready code
/* CSS */
color: #8c9abc;
background-color: #8c9abc;
/* Tailwind (arbitrary) */
class="text-[#8c9abc] bg-[#8c9abc]"
/* SCSS */
$brand: #8c9abc;
/* SwiftUI */
Color(red: 0.549, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#8c9abc")Accessibility — WCAG contrast
Aa
#8c9abc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c9abc on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green60.4%
Blue73.7%
CMYK percentages
Cyan25.5%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#8c9abc text on a black background
contrast 7.46:1
Card sample
#8c9abc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c9abc;
Background color
Panel with #8c9abc background
background-color: #8c9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c9abc; background: linear-gradient(135deg, #8c9abc, #9E8CBC);