#9dcfba
a light, soft green · cool · closest name: silver
RGB
157, 207, 186
HSL
155°, 34%, 71%
CMYK
24, 0, 10, 19
Luminance
0.5534
Every format
| HEX | #9dcfba |
| RGB | rgb(157, 207, 186) |
| HSL | hsl(155, 34%, 71%) |
| CMYK | cmyk(24%, 0%, 10%, 19%) |
| LAB | lab(79.2 -20.6 5.2) |
| LCH | lch(79.2 21.2 165.9) |
| OKLCH | oklch(0.813 0.060 167.2) |
Copy-ready code
/* CSS */
color: #9dcfba;
background-color: #9dcfba;
/* Tailwind (arbitrary) */
class="text-[#9dcfba] bg-[#9dcfba]"
/* SCSS */
$brand: #9dcfba;
/* SwiftUI */
Color(red: 0.616, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#9dcfba")Accessibility — WCAG contrast
Aa
#9dcfba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dcfba on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#9dcfba text on a black background
contrast 12.07:1
Card sample
#9dcfba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dcfba;
Background color
Panel with #9dcfba background
background-color: #9dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dcfba; background: linear-gradient(135deg, #9dcfba, #9DC3CF);