#9fd4ba
a light, soft green · cool · closest name: silver
RGB
159, 212, 186
HSL
151°, 38%, 73%
CMYK
25, 0, 12, 17
Luminance
0.5800
Every format
| HEX | #9fd4ba |
| RGB | rgb(159, 212, 186) |
| HSL | hsl(151, 38%, 73%) |
| CMYK | cmyk(25%, 0%, 12%, 17%) |
| LAB | lab(80.7 -22.4 7.3) |
| LCH | lch(80.7 23.6 161.9) |
| OKLCH | oklch(0.826 0.066 163.3) |
Copy-ready code
/* CSS */
color: #9fd4ba;
background-color: #9fd4ba;
/* Tailwind (arbitrary) */
class="text-[#9fd4ba] bg-[#9fd4ba]"
/* SCSS */
$brand: #9fd4ba;
/* SwiftUI */
Color(red: 0.624, green: 0.831, blue: 0.729)
/* Android */
Color.parseColor("#9fd4ba")Accessibility — WCAG contrast
Aa
#9fd4ba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd4ba on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green83.1%
Blue72.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow12.3%
Key (black)16.9%
Color previews
#9fd4ba text on a black background
contrast 12.60:1
Card sample
#9fd4ba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd4ba;
Background color
Panel with #9fd4ba background
background-color: #9fd4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 212, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 212, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd4ba; background: linear-gradient(135deg, #9fd4ba, #9FCBD4);