#8cbbab
a balanced, soft green · cool · closest name: silver
RGB
140, 187, 171
HSL
160°, 26%, 64%
CMYK
25, 0, 9, 27
Luminance
0.4406
Every format
| HEX | #8cbbab |
| RGB | rgb(140, 187, 171) |
| HSL | hsl(160, 26%, 64%) |
| CMYK | cmyk(25%, 0%, 9%, 27%) |
| LAB | lab(72.3 -18.9 3.1) |
| LCH | lch(72.3 19.2 170.8) |
| OKLCH | oklch(0.754 0.055 171.8) |
Copy-ready code
/* CSS */
color: #8cbbab;
background-color: #8cbbab;
/* Tailwind (arbitrary) */
class="text-[#8cbbab] bg-[#8cbbab]"
/* SCSS */
$brand: #8cbbab;
/* SwiftUI */
Color(red: 0.549, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#8cbbab")Accessibility — WCAG contrast
Aa
#8cbbab on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbbab on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green73.3%
Blue67.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow8.6%
Key (black)26.7%
Color previews
#8cbbab text on a black background
contrast 9.81:1
Card sample
#8cbbab text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbbab;
Background color
Panel with #8cbbab background
background-color: #8cbbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbbab; background: linear-gradient(135deg, #8cbbab, #8CACBB);