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