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