#9fd0ba
a light, soft green · cool · closest name: silver
RGB
159, 208, 186
HSL
153°, 34%, 72%
CMYK
24, 0, 11, 18
Luminance
0.5603
Every format
| HEX | #9fd0ba |
| RGB | rgb(159, 208, 186) |
| HSL | hsl(153, 34%, 72%) |
| CMYK | cmyk(24%, 0%, 11%, 18%) |
| LAB | lab(79.6 -20.4 5.7) |
| LCH | lch(79.6 21.2 164.3) |
| OKLCH | oklch(0.817 0.060 165.7) |
Copy-ready code
/* CSS */
color: #9fd0ba;
background-color: #9fd0ba;
/* Tailwind (arbitrary) */
class="text-[#9fd0ba] bg-[#9fd0ba]"
/* SCSS */
$brand: #9fd0ba;
/* SwiftUI */
Color(red: 0.624, green: 0.816, blue: 0.729)
/* Android */
Color.parseColor("#9fd0ba")Accessibility — WCAG contrast
Aa
#9fd0ba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd0ba on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green81.6%
Blue72.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow10.6%
Key (black)18.4%
Color previews
#9fd0ba text on a black background
contrast 12.21:1
Card sample
#9fd0ba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd0ba;
Background color
Panel with #9fd0ba background
background-color: #9fd0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 208, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 208, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd0ba; background: linear-gradient(135deg, #9fd0ba, #9FC5D0);