#9cceb0
a light, soft green · cool · closest name: silver
RGB
156, 206, 176
HSL
144°, 34%, 71%
CMYK
24, 0, 15, 19
Luminance
0.5435
Every format
| HEX | #9cceb0 |
| RGB | rgb(156, 206, 176) |
| HSL | hsl(144, 34%, 71%) |
| CMYK | cmyk(24%, 0%, 15%, 19%) |
| LAB | lab(78.7 -22.4 9.7) |
| LCH | lch(78.7 24.4 156.6) |
| OKLCH | oklch(0.808 0.067 158.2) |
Copy-ready code
/* CSS */
color: #9cceb0;
background-color: #9cceb0;
/* Tailwind (arbitrary) */
class="text-[#9cceb0] bg-[#9cceb0]"
/* SCSS */
$brand: #9cceb0;
/* SwiftUI */
Color(red: 0.612, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#9cceb0")Accessibility — WCAG contrast
Aa
#9cceb0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cceb0 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.8%
Blue69.0%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#9cceb0 text on a black background
contrast 11.87:1
Card sample
#9cceb0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cceb0;
Background color
Panel with #9cceb0 background
background-color: #9cceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cceb0; background: linear-gradient(135deg, #9cceb0, #9CCBCE);