#9cabba
a light, soft blue · cool · closest name: silver
RGB
156, 171, 186
HSL
210°, 18%, 67%
CMYK
16, 8, 0, 27
Luminance
0.3974
Every format
| HEX | #9cabba |
| RGB | rgb(156, 171, 186) |
| HSL | hsl(210, 18%, 67%) |
| CMYK | cmyk(16%, 8%, 0%, 27%) |
| LAB | lab(69.3 -2.1 -9.4) |
| LCH | lch(69.3 9.7 257.6) |
| OKLCH | oklch(0.734 0.028 248.2) |
Copy-ready code
/* CSS */
color: #9cabba;
background-color: #9cabba;
/* Tailwind (arbitrary) */
class="text-[#9cabba] bg-[#9cabba]"
/* SCSS */
$brand: #9cabba;
/* SwiftUI */
Color(red: 0.612, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#9cabba")Accessibility — WCAG contrast
Aa
#9cabba on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cabba on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green67.1%
Blue72.9%
CMYK percentages
Cyan16.1%
Magenta8.1%
Yellow0.0%
Key (black)27.1%
Color previews
#9cabba text on a black background
contrast 8.95:1
Card sample
#9cabba text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cabba;
Background color
Panel with #9cabba background
background-color: #9cabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cabba; background: linear-gradient(135deg, #9cabba, #A19CBA);