#9eceb4
a light, soft green · cool · closest name: silver
RGB
158, 206, 180
HSL
148°, 33%, 71%
CMYK
23, 0, 13, 19
Luminance
0.5471
Every format
| HEX | #9eceb4 |
| RGB | rgb(158, 206, 180) |
| HSL | hsl(148, 33%, 71%) |
| CMYK | cmyk(23%, 0%, 13%, 19%) |
| LAB | lab(78.9 -20.9 7.8) |
| LCH | lch(78.9 22.4 159.5) |
| OKLCH | oklch(0.810 0.062 160.9) |
Copy-ready code
/* CSS */
color: #9eceb4;
background-color: #9eceb4;
/* Tailwind (arbitrary) */
class="text-[#9eceb4] bg-[#9eceb4]"
/* SCSS */
$brand: #9eceb4;
/* SwiftUI */
Color(red: 0.620, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#9eceb4")Accessibility — WCAG contrast
Aa
#9eceb4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eceb4 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green80.8%
Blue70.6%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#9eceb4 text on a black background
contrast 11.94:1
Card sample
#9eceb4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eceb4;
Background color
Panel with #9eceb4 background
background-color: #9eceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eceb4; background: linear-gradient(135deg, #9eceb4, #9EC8CE);