#8f9daf
a balanced, soft blue · cool · closest name: gray
RGB
143, 157, 175
HSL
214°, 17%, 62%
CMYK
18, 10, 0, 31
Luminance
0.3305
Every format
| HEX | #8f9daf |
| RGB | rgb(143, 157, 175) |
| HSL | hsl(214, 17%, 62%) |
| CMYK | cmyk(18%, 10%, 0%, 31%) |
| LAB | lab(64.2 -1.1 -11.0) |
| LCH | lch(64.2 11.1 264.5) |
| OKLCH | oklch(0.691 0.031 254.7) |
Copy-ready code
/* CSS */
color: #8f9daf;
background-color: #8f9daf;
/* Tailwind (arbitrary) */
class="text-[#8f9daf] bg-[#8f9daf]"
/* SCSS */
$brand: #8f9daf;
/* SwiftUI */
Color(red: 0.561, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#8f9daf")Accessibility — WCAG contrast
Aa
#8f9daf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f9daf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green61.6%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#8f9daf text on a black background
contrast 7.61:1
Card sample
#8f9daf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f9daf;
Background color
Panel with #8f9daf background
background-color: #8f9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f9daf; background: linear-gradient(135deg, #8f9daf, #968FAF);