#9fadbc
a light, soft blue · cool · closest name: silver
RGB
159, 173, 188
HSL
211°, 18%, 68%
CMYK
15, 8, 0, 26
Luminance
0.4089
Every format
| HEX | #9fadbc |
| RGB | rgb(159, 173, 188) |
| HSL | hsl(211, 18%, 68%) |
| CMYK | cmyk(15%, 8%, 0%, 26%) |
| LAB | lab(70.1 -1.8 -9.3) |
| LCH | lch(70.1 9.5 259.4) |
| OKLCH | oklch(0.742 0.027 250.0) |
Copy-ready code
/* CSS */
color: #9fadbc;
background-color: #9fadbc;
/* Tailwind (arbitrary) */
class="text-[#9fadbc] bg-[#9fadbc]"
/* SCSS */
$brand: #9fadbc;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.737)
/* Android */
Color.parseColor("#9fadbc")Accessibility — WCAG contrast
Aa
#9fadbc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadbc on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue73.7%
CMYK percentages
Cyan15.4%
Magenta8.0%
Yellow0.0%
Key (black)26.3%
Color previews
#9fadbc text on a black background
contrast 9.18:1
Card sample
#9fadbc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadbc;
Background color
Panel with #9fadbc background
background-color: #9fadbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadbc; background: linear-gradient(135deg, #9fadbc, #A49FBC);