Teal
#10B981
GreenColor Codes
All color formats for development
HEX
#10B981RGB
rgb(16, 185, 129)HSL
hsl(160, 84%, 39%)OKLCH
oklch(0.696 0.149 162.5)CMYK
cmyk(91%, 0%, 30%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EA573
2#0D9266
3#0B8059
4#0A6E4C
5#085B40
6#064933
7#053726
8#032519
9#02120D
Tints
Lighter variations
1#12D493
2#1AEBA5
3#37EEB1
4#53F0BC
5#70F3C7
6#8DF5D2
7#A9F8DD
8#C6FAE9
9#E2FDF4
Tones
Muted variations
1#18AF7D
2#21A67A
3#299E77
4#319674
5#3A8D71
6#42856F
7#4A7D6C
8#537469
9#5B6C66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D5 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF2;
--teal-200: #C2FAE7;
--teal-300: #93F6D5;
--teal-400: #5BF1BF;
--teal-500: #2CEDAC;
--teal-600: #12CE90;
--teal-700: #0EA472;
--teal-800: #0A7552;
--teal-900: #074B34;
--teal-950: #042F21;
}