#9fceb7
a light, soft green · cool · closest name: silver
RGB
159, 206, 183
HSL
151°, 32%, 72%
CMYK
23, 0, 11, 19
Luminance
0.5493
Every format
| HEX | #9fceb7 |
| RGB | rgb(159, 206, 183) |
| HSL | hsl(151, 32%, 72%) |
| CMYK | cmyk(23%, 0%, 11%, 19%) |
| LAB | lab(79.0 -20.0 6.4) |
| LCH | lch(79.0 21.1 162.2) |
| OKLCH | oklch(0.812 0.059 163.6) |
Copy-ready code
/* CSS */
color: #9fceb7;
background-color: #9fceb7;
/* Tailwind (arbitrary) */
class="text-[#9fceb7] bg-[#9fceb7]"
/* SCSS */
$brand: #9fceb7;
/* SwiftUI */
Color(red: 0.624, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#9fceb7")Accessibility — WCAG contrast
Aa
#9fceb7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fceb7 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.8%
Blue71.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#9fceb7 text on a black background
contrast 11.99:1
Card sample
#9fceb7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fceb7;
Background color
Panel with #9fceb7 background
background-color: #9fceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fceb7; background: linear-gradient(135deg, #9fceb7, #9FC6CE);