#8cbaad
a balanced, soft cyan · cool · closest name: silver
RGB
140, 186, 173
HSL
163°, 25%, 64%
CMYK
25, 0, 7, 27
Luminance
0.4371
Every format
| HEX | #8cbaad |
| RGB | rgb(140, 186, 173) |
| HSL | hsl(163, 25%, 64%) |
| CMYK | cmyk(25%, 0%, 7%, 27%) |
| LAB | lab(72.0 -18.0 1.6) |
| LCH | lch(72.0 18.1 174.8) |
| OKLCH | oklch(0.752 0.052 175.6) |
Copy-ready code
/* CSS */
color: #8cbaad;
background-color: #8cbaad;
/* Tailwind (arbitrary) */
class="text-[#8cbaad] bg-[#8cbaad]"
/* SCSS */
$brand: #8cbaad;
/* SwiftUI */
Color(red: 0.549, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#8cbaad")Accessibility — WCAG contrast
Aa
#8cbaad on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbaad on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.9%
Blue67.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#8cbaad text on a black background
contrast 9.74:1
Card sample
#8cbaad text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbaad;
Background color
Panel with #8cbaad background
background-color: #8cbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbaad; background: linear-gradient(135deg, #8cbaad, #8CA8BA);