#8fb2ab
a balanced, soft cyan · cool · closest name: silver
RGB
143, 178, 171
HSL
168°, 19%, 63%
CMYK
20, 0, 4, 30
Luminance
0.4062
Every format
| HEX | #8fb2ab |
| RGB | rgb(143, 178, 171) |
| HSL | hsl(168, 19%, 63%) |
| CMYK | cmyk(20%, 0%, 4%, 30%) |
| LAB | lab(69.9 -13.3 -0.3) |
| LCH | lch(69.9 13.3 181.5) |
| OKLCH | oklch(0.736 0.039 181.6) |
Copy-ready code
/* CSS */
color: #8fb2ab;
background-color: #8fb2ab;
/* Tailwind (arbitrary) */
class="text-[#8fb2ab] bg-[#8fb2ab]"
/* SCSS */
$brand: #8fb2ab;
/* SwiftUI */
Color(red: 0.561, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#8fb2ab")Accessibility — WCAG contrast
Aa
#8fb2ab on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb2ab on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green69.8%
Blue67.1%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow3.9%
Key (black)30.2%
Color previews
#8fb2ab text on a black background
contrast 9.12:1
Card sample
#8fb2ab text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb2ab;
Background color
Panel with #8fb2ab background
background-color: #8fb2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb2ab; background: linear-gradient(135deg, #8fb2ab, #8FA2B2);