#8cacba
a balanced, soft cyan · cool · closest name: silver
RGB
140, 172, 186
HSL
198°, 25%, 64%
CMYK
25, 8, 0, 27
Luminance
0.3863
Every format
| HEX | #8cacba |
| RGB | rgb(140, 172, 186) |
| HSL | hsl(198, 25%, 64%) |
| CMYK | cmyk(25%, 8%, 0%, 27%) |
| LAB | lab(68.5 -7.7 -10.8) |
| LCH | lch(68.5 13.2 234.4) |
| OKLCH | oklch(0.725 0.041 226.3) |
Copy-ready code
/* CSS */
color: #8cacba;
background-color: #8cacba;
/* Tailwind (arbitrary) */
class="text-[#8cacba] bg-[#8cacba]"
/* SCSS */
$brand: #8cacba;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#8cacba")Accessibility — WCAG contrast
Aa
#8cacba on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cacba on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#8cacba text on a black background
contrast 8.73:1
Card sample
#8cacba text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cacba;
Background color
Panel with #8cacba background
background-color: #8cacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cacba; background: linear-gradient(135deg, #8cacba, #8C8DBA);