#9facba
a light, soft blue · cool · closest name: silver
RGB
159, 172, 186
HSL
211°, 16%, 68%
CMYK
15, 8, 0, 27
Luminance
0.4042
Every format
| HEX | #9facba |
| RGB | rgb(159, 172, 186) |
| HSL | hsl(211, 16%, 68%) |
| CMYK | cmyk(15%, 8%, 0%, 27%) |
| LAB | lab(69.8 -1.6 -8.7) |
| LCH | lch(69.8 8.8 259.4) |
| OKLCH | oklch(0.739 0.025 250.1) |
Copy-ready code
/* CSS */
color: #9facba;
background-color: #9facba;
/* Tailwind (arbitrary) */
class="text-[#9facba] bg-[#9facba]"
/* SCSS */
$brand: #9facba;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#9facba")Accessibility — WCAG contrast
Aa
#9facba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9facba on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue72.9%
CMYK percentages
Cyan14.5%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#9facba text on a black background
contrast 9.08:1
Card sample
#9facba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9facba;
Background color
Panel with #9facba background
background-color: #9facba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9facba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9facba; background: linear-gradient(135deg, #9facba, #A49FBA);