#8f9da3
a balanced, muted cyan · cool · closest name: gray
RGB
143, 157, 163
HSL
198°, 10%, 60%
CMYK
12, 4, 0, 36
Luminance
0.3260
Every format
| HEX | #8f9da3 |
| RGB | rgb(143, 157, 163) |
| HSL | hsl(198, 10%, 60%) |
| CMYK | cmyk(12%, 4%, 0%, 36%) |
| LAB | lab(63.8 -3.7 -4.8) |
| LCH | lch(63.8 6.1 232.5) |
| OKLCH | oklch(0.687 0.018 225.3) |
Copy-ready code
/* CSS */
color: #8f9da3;
background-color: #8f9da3;
/* Tailwind (arbitrary) */
class="text-[#8f9da3] bg-[#8f9da3]"
/* SCSS */
$brand: #8f9da3;
/* SwiftUI */
Color(red: 0.561, green: 0.616, blue: 0.639)
/* Android */
Color.parseColor("#8f9da3")Accessibility — WCAG contrast
Aa
#8f9da3 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f9da3 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green61.6%
Blue63.9%
CMYK percentages
Cyan12.3%
Magenta3.7%
Yellow0.0%
Key (black)36.1%
Color previews
#8f9da3 text on a black background
contrast 7.52:1
Card sample
#8f9da3 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f9da3;
Background color
Panel with #8f9da3 background
background-color: #8f9da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f9da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 157, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 157, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f9da3; background: linear-gradient(135deg, #8f9da3, #8F90A3);