#9cadbf
a light, soft blue · cool · closest name: silver
RGB
156, 173, 191
HSL
211°, 22%, 68%
CMYK
18, 9, 0, 25
Luminance
0.4072
Every format
| HEX | #9cadbf |
| RGB | rgb(156, 173, 191) |
| HSL | hsl(211, 22%, 68%) |
| CMYK | cmyk(18%, 9%, 0%, 25%) |
| LAB | lab(70.0 -2.1 -11.2) |
| LCH | lch(70.0 11.4 259.5) |
| OKLCH | oklch(0.740 0.032 249.8) |
Copy-ready code
/* CSS */
color: #9cadbf;
background-color: #9cadbf;
/* Tailwind (arbitrary) */
class="text-[#9cadbf] bg-[#9cadbf]"
/* SCSS */
$brand: #9cadbf;
/* SwiftUI */
Color(red: 0.612, green: 0.678, blue: 0.749)
/* Android */
Color.parseColor("#9cadbf")Accessibility — WCAG contrast
Aa
#9cadbf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cadbf on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green67.8%
Blue74.9%
CMYK percentages
Cyan18.3%
Magenta9.4%
Yellow0.0%
Key (black)25.1%
Color previews
#9cadbf text on a black background
contrast 9.14:1
Card sample
#9cadbf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cadbf;
Background color
Panel with #9cadbf background
background-color: #9cadbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cadbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 173, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 173, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cadbf; background: linear-gradient(135deg, #9cadbf, #A29CBF);