#8cbdb6
a balanced, soft cyan · cool · closest name: silver
RGB
140, 189, 182
HSL
171°, 27%, 65%
CMYK
26, 0, 4, 26
Luminance
0.4535
Every format
| HEX | #8cbdb6 |
| RGB | rgb(140, 189, 182) |
| HSL | hsl(171, 27%, 65%) |
| CMYK | cmyk(26%, 0%, 4%, 26%) |
| LAB | lab(73.1 -17.6 -1.7) |
| LCH | lch(73.1 17.6 185.5) |
| OKLCH | oklch(0.762 0.053 185.2) |
Copy-ready code
/* CSS */
color: #8cbdb6;
background-color: #8cbdb6;
/* Tailwind (arbitrary) */
class="text-[#8cbdb6] bg-[#8cbdb6]"
/* SCSS */
$brand: #8cbdb6;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.714)
/* Android */
Color.parseColor("#8cbdb6")Accessibility — WCAG contrast
Aa
#8cbdb6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbdb6 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue71.4%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow3.7%
Key (black)25.9%
Color previews
#8cbdb6 text on a black background
contrast 10.07:1
Card sample
#8cbdb6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbdb6;
Background color
Panel with #8cbdb6 background
background-color: #8cbdb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbdb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbdb6; background: linear-gradient(135deg, #8cbdb6, #8CA3BD);