#8cacaf
a balanced, soft cyan · cool · closest name: silver
RGB
140, 172, 175
HSL
185°, 18%, 62%
CMYK
20, 2, 0, 31
Luminance
0.3818
Every format
| HEX | #8cacaf |
| RGB | rgb(140, 172, 175) |
| HSL | hsl(185, 18%, 62%) |
| CMYK | cmyk(20%, 2%, 0%, 31%) |
| LAB | lab(68.2 -10.2 -5.2) |
| LCH | lch(68.2 11.4 206.8) |
| OKLCH | oklch(0.722 0.035 203.4) |
Copy-ready code
/* CSS */
color: #8cacaf;
background-color: #8cacaf;
/* Tailwind (arbitrary) */
class="text-[#8cacaf] bg-[#8cacaf]"
/* SCSS */
$brand: #8cacaf;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#8cacaf")Accessibility — WCAG contrast
Aa
#8cacaf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cacaf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue68.6%
CMYK percentages
Cyan20.0%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#8cacaf text on a black background
contrast 8.64:1
Card sample
#8cacaf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cacaf;
Background color
Panel with #8cacaf background
background-color: #8cacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cacaf; background: linear-gradient(135deg, #8cacaf, #8C95AF);