#8cbda6
a balanced, soft green · cool · closest name: silver
RGB
140, 189, 166
HSL
152°, 27%, 65%
CMYK
26, 0, 12, 26
Luminance
0.4472
Every format
| HEX | #8cbda6 |
| RGB | rgb(140, 189, 166) |
| HSL | hsl(152, 27%, 65%) |
| CMYK | cmyk(26%, 0%, 12%, 26%) |
| LAB | lab(72.7 -21.0 6.4) |
| LCH | lch(72.7 21.9 162.9) |
| OKLCH | oklch(0.757 0.061 164.3) |
Copy-ready code
/* CSS */
color: #8cbda6;
background-color: #8cbda6;
/* Tailwind (arbitrary) */
class="text-[#8cbda6] bg-[#8cbda6]"
/* SCSS */
$brand: #8cbda6;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.651)
/* Android */
Color.parseColor("#8cbda6")Accessibility — WCAG contrast
Aa
#8cbda6 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbda6 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue65.1%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow12.2%
Key (black)25.9%
Color previews
#8cbda6 text on a black background
contrast 9.94:1
Card sample
#8cbda6 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbda6;
Background color
Panel with #8cbda6 background
background-color: #8cbda6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbda6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbda6; background: linear-gradient(135deg, #8cbda6, #8CB3BD);