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