#8bacaf
a balanced, soft cyan · cool · closest name: silver
RGB
139, 172, 175
HSL
185°, 18%, 62%
CMYK
21, 2, 0, 31
Luminance
0.3809
Every format
| HEX | #8bacaf |
| RGB | rgb(139, 172, 175) |
| HSL | hsl(185, 18%, 62%) |
| CMYK | cmyk(21%, 2%, 0%, 31%) |
| LAB | lab(68.1 -10.5 -5.3) |
| LCH | lch(68.1 11.8 206.5) |
| OKLCH | oklch(0.721 0.036 203.2) |
Copy-ready code
/* CSS */
color: #8bacaf;
background-color: #8bacaf;
/* Tailwind (arbitrary) */
class="text-[#8bacaf] bg-[#8bacaf]"
/* SCSS */
$brand: #8bacaf;
/* SwiftUI */
Color(red: 0.545, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#8bacaf")Accessibility — WCAG contrast
Aa
#8bacaf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bacaf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.5%
Blue68.6%
CMYK percentages
Cyan20.6%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#8bacaf text on a black background
contrast 8.62:1
Card sample
#8bacaf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bacaf;
Background color
Panel with #8bacaf background
background-color: #8bacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bacaf; background: linear-gradient(135deg, #8bacaf, #8B94AF);