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