#8cacac
a balanced, soft cyan · cool · closest name: silver
RGB
140, 172, 172
HSL
180°, 16%, 61%
CMYK
19, 0, 0, 33
Luminance
0.3806
Every format
| HEX | #8cacac |
| RGB | rgb(140, 172, 172) |
| HSL | hsl(180, 16%, 61%) |
| CMYK | cmyk(19%, 0%, 0%, 33%) |
| LAB | lab(68.1 -10.9 -3.6) |
| LCH | lch(68.1 11.5 198.5) |
| OKLCH | oklch(0.721 0.035 196.4) |
Copy-ready code
/* CSS */
color: #8cacac;
background-color: #8cacac;
/* Tailwind (arbitrary) */
class="text-[#8cacac] bg-[#8cacac]"
/* SCSS */
$brand: #8cacac;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#8cacac")Accessibility — WCAG contrast
Aa
#8cacac on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cacac on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue67.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#8cacac text on a black background
contrast 8.61:1
Card sample
#8cacac text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cacac;
Background color
Panel with #8cacac background
background-color: #8cacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cacac; background: linear-gradient(135deg, #8cacac, #8C97AC);