#8fbaac
a balanced, soft cyan · cool · closest name: silver
RGB
143, 186, 172
HSL
161°, 24%, 65%
CMYK
23, 0, 8, 27
Luminance
0.4394
Every format
| HEX | #8fbaac |
| RGB | rgb(143, 186, 172) |
| HSL | hsl(161, 24%, 65%) |
| CMYK | cmyk(23%, 0%, 8%, 27%) |
| LAB | lab(72.2 -17.2 2.4) |
| LCH | lch(72.2 17.4 172.0) |
| OKLCH | oklch(0.754 0.050 173.0) |
Copy-ready code
/* CSS */
color: #8fbaac;
background-color: #8fbaac;
/* Tailwind (arbitrary) */
class="text-[#8fbaac] bg-[#8fbaac]"
/* SCSS */
$brand: #8fbaac;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#8fbaac")Accessibility — WCAG contrast
Aa
#8fbaac on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbaac on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue67.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#8fbaac text on a black background
contrast 9.79:1
Card sample
#8fbaac text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbaac;
Background color
Panel with #8fbaac background
background-color: #8fbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbaac; background: linear-gradient(135deg, #8fbaac, #8FABBA);