#9dbeb0
a light, soft green · cool · closest name: silver
RGB
157, 190, 176
HSL
155°, 20%, 68%
CMYK
17, 0, 7, 26
Luminance
0.4713
Every format
| HEX | #9dbeb0 |
| RGB | rgb(157, 190, 176) |
| HSL | hsl(155, 20%, 68%) |
| CMYK | cmyk(17%, 0%, 7%, 26%) |
| LAB | lab(74.3 -13.9 3.4) |
| LCH | lch(74.3 14.3 166.4) |
| OKLCH | oklch(0.773 0.041 167.7) |
Copy-ready code
/* CSS */
color: #9dbeb0;
background-color: #9dbeb0;
/* Tailwind (arbitrary) */
class="text-[#9dbeb0] bg-[#9dbeb0]"
/* SCSS */
$brand: #9dbeb0;
/* SwiftUI */
Color(red: 0.616, green: 0.745, blue: 0.690)
/* Android */
Color.parseColor("#9dbeb0")Accessibility — WCAG contrast
Aa
#9dbeb0 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbeb0 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green74.5%
Blue69.0%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow7.4%
Key (black)25.5%
Color previews
#9dbeb0 text on a black background
contrast 10.43:1
Card sample
#9dbeb0 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbeb0;
Background color
Panel with #9dbeb0 background
background-color: #9dbeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 190, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 190, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbeb0; background: linear-gradient(135deg, #9dbeb0, #9DB6BE);