#9cceb7
a light, soft green · cool · closest name: silver
RGB
156, 206, 183
HSL
152°, 34%, 71%
CMYK
24, 0, 11, 19
Luminance
0.5463
Every format
| HEX | #9cceb7 |
| RGB | rgb(156, 206, 183) |
| HSL | hsl(152, 34%, 71%) |
| CMYK | cmyk(24%, 0%, 11%, 19%) |
| LAB | lab(78.8 -21.0 6.2) |
| LCH | lch(78.8 21.9 163.6) |
| OKLCH | oklch(0.810 0.061 165.0) |
Copy-ready code
/* CSS */
color: #9cceb7;
background-color: #9cceb7;
/* Tailwind (arbitrary) */
class="text-[#9cceb7] bg-[#9cceb7]"
/* SCSS */
$brand: #9cceb7;
/* SwiftUI */
Color(red: 0.612, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#9cceb7")Accessibility — WCAG contrast
Aa
#9cceb7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cceb7 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.8%
Blue71.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#9cceb7 text on a black background
contrast 11.93:1
Card sample
#9cceb7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cceb7;
Background color
Panel with #9cceb7 background
background-color: #9cceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cceb7; background: linear-gradient(135deg, #9cceb7, #9CC4CE);