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