#9fadbb
a light, soft blue · cool · closest name: silver
RGB
159, 173, 187
HSL
210°, 17%, 68%
CMYK
15, 8, 0, 27
Luminance
0.4085
Every format
| HEX | #9fadbb |
| RGB | rgb(159, 173, 187) |
| HSL | hsl(210, 17%, 68%) |
| CMYK | cmyk(15%, 8%, 0%, 27%) |
| LAB | lab(70.1 -2.0 -8.8) |
| LCH | lch(70.1 9.0 257.5) |
| OKLCH | oklch(0.741 0.026 248.2) |
Copy-ready code
/* CSS */
color: #9fadbb;
background-color: #9fadbb;
/* Tailwind (arbitrary) */
class="text-[#9fadbb] bg-[#9fadbb]"
/* SCSS */
$brand: #9fadbb;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#9fadbb")Accessibility — WCAG contrast
Aa
#9fadbb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadbb on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#9fadbb text on a black background
contrast 9.17:1
Card sample
#9fadbb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadbb;
Background color
Panel with #9fadbb background
background-color: #9fadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadbb; background: linear-gradient(135deg, #9fadbb, #A49FBB);