#8fcbbc
a light, soft cyan · cool · closest name: silver
RGB
143, 203, 188
HSL
165°, 37%, 68%
CMYK
30, 0, 7, 20
Luminance
0.5218
Every format
| HEX | #8fcbbc |
| RGB | rgb(143, 203, 188) |
| HSL | hsl(165, 37%, 68%) |
| CMYK | cmyk(30%, 0%, 7%, 20%) |
| LAB | lab(77.4 -22.4 1.3) |
| LCH | lch(77.4 22.5 176.7) |
| OKLCH | oklch(0.797 0.065 177.3) |
Copy-ready code
/* CSS */
color: #8fcbbc;
background-color: #8fcbbc;
/* Tailwind (arbitrary) */
class="text-[#8fcbbc] bg-[#8fcbbc]"
/* SCSS */
$brand: #8fcbbc;
/* SwiftUI */
Color(red: 0.561, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#8fcbbc")Accessibility — WCAG contrast
Aa
#8fcbbc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcbbc on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.6%
Blue73.7%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#8fcbbc text on a black background
contrast 11.44:1
Card sample
#8fcbbc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcbbc;
Background color
Panel with #8fcbbc background
background-color: #8fcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcbbc; background: linear-gradient(135deg, #8fcbbc, #8FB2CB);