#9cd0ba
a light, soft green · cool · closest name: silver
RGB
156, 208, 186
HSL
155°, 36%, 71%
CMYK
25, 0, 11, 18
Luminance
0.5572
Every format
| HEX | #9cd0ba |
| RGB | rgb(156, 208, 186) |
| HSL | hsl(155, 36%, 71%) |
| CMYK | cmyk(25%, 0%, 11%, 18%) |
| LAB | lab(79.5 -21.4 5.5) |
| LCH | lch(79.5 22.1 165.7) |
| OKLCH | oklch(0.815 0.062 166.9) |
Copy-ready code
/* CSS */
color: #9cd0ba;
background-color: #9cd0ba;
/* Tailwind (arbitrary) */
class="text-[#9cd0ba] bg-[#9cd0ba]"
/* SCSS */
$brand: #9cd0ba;
/* SwiftUI */
Color(red: 0.612, green: 0.816, blue: 0.729)
/* Android */
Color.parseColor("#9cd0ba")Accessibility — WCAG contrast
Aa
#9cd0ba on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd0ba on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green81.6%
Blue72.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow10.6%
Key (black)18.4%
Color previews
#9cd0ba text on a black background
contrast 12.14:1
Card sample
#9cd0ba text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd0ba;
Background color
Panel with #9cd0ba background
background-color: #9cd0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 208, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 208, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd0ba; background: linear-gradient(135deg, #9cd0ba, #9CC3D0);