#8fbcba
a balanced, soft cyan · cool · closest name: silver
RGB
143, 188, 186
HSL
177°, 25%, 65%
CMYK
24, 0, 1, 26
Luminance
0.4535
Every format
| HEX | #8fbcba |
| RGB | rgb(143, 188, 186) |
| HSL | hsl(177, 25%, 65%) |
| CMYK | cmyk(24%, 0%, 1%, 26%) |
| LAB | lab(73.1 -15.3 -3.9) |
| LCH | lch(73.1 15.7 194.2) |
| OKLCH | oklch(0.763 0.048 192.8) |
Copy-ready code
/* CSS */
color: #8fbcba;
background-color: #8fbcba;
/* Tailwind (arbitrary) */
class="text-[#8fbcba] bg-[#8fbcba]"
/* SCSS */
$brand: #8fbcba;
/* SwiftUI */
Color(red: 0.561, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#8fbcba")Accessibility — WCAG contrast
Aa
#8fbcba on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbcba on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green73.7%
Blue72.9%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow1.1%
Key (black)26.3%
Color previews
#8fbcba text on a black background
contrast 10.07:1
Card sample
#8fbcba text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbcba;
Background color
Panel with #8fbcba background
background-color: #8fbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbcba; background: linear-gradient(135deg, #8fbcba, #8FA0BC);