#9cbfba
a light, soft cyan · cool · closest name: silver
RGB
156, 191, 186
HSL
171°, 22%, 68%
CMYK
18, 0, 3, 25
Luminance
0.4787
Every format
| HEX | #9cbfba |
| RGB | rgb(156, 191, 186) |
| HSL | hsl(171, 22%, 68%) |
| CMYK | cmyk(18%, 0%, 3%, 25%) |
| LAB | lab(74.8 -12.7 -1.4) |
| LCH | lch(74.8 12.8 186.2) |
| OKLCH | oklch(0.777 0.038 185.8) |
Copy-ready code
/* CSS */
color: #9cbfba;
background-color: #9cbfba;
/* Tailwind (arbitrary) */
class="text-[#9cbfba] bg-[#9cbfba]"
/* SCSS */
$brand: #9cbfba;
/* SwiftUI */
Color(red: 0.612, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#9cbfba")Accessibility — WCAG contrast
Aa
#9cbfba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbfba on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green74.9%
Blue72.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#9cbfba text on a black background
contrast 10.57:1
Card sample
#9cbfba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbfba;
Background color
Panel with #9cbfba background
background-color: #9cbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbfba; background: linear-gradient(135deg, #9cbfba, #9CADBF);