#8facac
a balanced, muted cyan · cool · closest name: silver
RGB
143, 172, 172
HSL
180°, 15%, 62%
CMYK
17, 0, 0, 33
Luminance
0.3832
Every format
| HEX | #8facac |
| RGB | rgb(143, 172, 172) |
| HSL | hsl(180, 15%, 62%) |
| CMYK | cmyk(17%, 0%, 0%, 33%) |
| LAB | lab(68.3 -9.9 -3.3) |
| LCH | lch(68.3 10.4 198.5) |
| OKLCH | oklch(0.723 0.032 196.5) |
Copy-ready code
/* CSS */
color: #8facac;
background-color: #8facac;
/* Tailwind (arbitrary) */
class="text-[#8facac] bg-[#8facac]"
/* SCSS */
$brand: #8facac;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#8facac")Accessibility — WCAG contrast
Aa
#8facac on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8facac on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue67.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#8facac text on a black background
contrast 8.66:1
Card sample
#8facac text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8facac;
Background color
Panel with #8facac background
background-color: #8facac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8facac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8facac; background: linear-gradient(135deg, #8facac, #8F99AC);