#9fceb0
a light, soft green · cool · closest name: silver
RGB
159, 206, 176
HSL
142°, 32%, 72%
CMYK
23, 0, 15, 19
Luminance
0.5465
Every format
| HEX | #9fceb0 |
| RGB | rgb(159, 206, 176) |
| HSL | hsl(142, 32%, 72%) |
| CMYK | cmyk(23%, 0%, 15%, 19%) |
| LAB | lab(78.8 -21.4 9.9) |
| LCH | lch(78.8 23.6 155.1) |
| OKLCH | oklch(0.810 0.065 156.6) |
Copy-ready code
/* CSS */
color: #9fceb0;
background-color: #9fceb0;
/* Tailwind (arbitrary) */
class="text-[#9fceb0] bg-[#9fceb0]"
/* SCSS */
$brand: #9fceb0;
/* SwiftUI */
Color(red: 0.624, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#9fceb0")Accessibility — WCAG contrast
Aa
#9fceb0 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fceb0 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.8%
Blue69.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#9fceb0 text on a black background
contrast 11.93:1
Card sample
#9fceb0 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fceb0;
Background color
Panel with #9fceb0 background
background-color: #9fceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fceb0; background: linear-gradient(135deg, #9fceb0, #9FCDCE);