#8cb8af
a balanced, soft cyan · cool · closest name: silver
RGB
140, 184, 175
HSL
168°, 24%, 64%
CMYK
24, 0, 5, 28
Luminance
0.4295
Every format
| HEX | #8cb8af |
| RGB | rgb(140, 184, 175) |
| HSL | hsl(168, 24%, 64%) |
| CMYK | cmyk(24%, 0%, 5%, 28%) |
| LAB | lab(71.5 -16.5 -0.2) |
| LCH | lch(71.5 16.5 180.7) |
| OKLCH | oklch(0.748 0.049 181.0) |
Copy-ready code
/* CSS */
color: #8cb8af;
background-color: #8cb8af;
/* Tailwind (arbitrary) */
class="text-[#8cb8af] bg-[#8cb8af]"
/* SCSS */
$brand: #8cb8af;
/* SwiftUI */
Color(red: 0.549, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#8cb8af")Accessibility — WCAG contrast
Aa
#8cb8af on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb8af on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.2%
Blue68.6%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow4.9%
Key (black)27.8%
Color previews
#8cb8af text on a black background
contrast 9.59:1
Card sample
#8cb8af text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb8af;
Background color
Panel with #8cb8af background
background-color: #8cb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb8af; background: linear-gradient(135deg, #8cb8af, #8CA4B8);