#9fcdba
a light, soft green · cool · closest name: silver
RGB
159, 205, 186
HSL
155°, 32%, 71%
CMYK
22, 0, 9, 20
Luminance
0.5458
Every format
| HEX | #9fcdba |
| RGB | rgb(159, 205, 186) |
| HSL | hsl(155, 32%, 71%) |
| CMYK | cmyk(22%, 0%, 9%, 20%) |
| LAB | lab(78.8 -18.9 4.5) |
| LCH | lch(78.8 19.5 166.5) |
| OKLCH | oklch(0.810 0.055 167.8) |
Copy-ready code
/* CSS */
color: #9fcdba;
background-color: #9fcdba;
/* Tailwind (arbitrary) */
class="text-[#9fcdba] bg-[#9fcdba]"
/* SCSS */
$brand: #9fcdba;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#9fcdba")Accessibility — WCAG contrast
Aa
#9fcdba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcdba on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue72.9%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#9fcdba text on a black background
contrast 11.92:1
Card sample
#9fcdba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcdba;
Background color
Panel with #9fcdba background
background-color: #9fcdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcdba; background: linear-gradient(135deg, #9fcdba, #9FC1CD);