Teal
#087858
GreenColor Codes
All color formats for development
HEX
#087858RGB
rgb(8, 120, 88)HSL
hsl(163, 88%, 25%)OKLCH
oklch(0.509 0.103 166.1)CMYK
cmyk(93%, 0%, 27%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C4F
2#066046
3#05543E
4#054835
5#043C2C
6#033023
7#02241A
8#021812
9#010C09
Tints
Lighter variations
1#0A9C72
2#0CC08D
3#0FE4A7
4#27F1B8
5#4BF4C4
6#6FF6D0
7#93F8DC
8#B7FAE7
9#DBFDF3
Tones
Muted variations
1#0D7256
2#136D53
3#186751
4#1E614E
5#245C4C
6#295649
7#2F5147
8#354B45
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C1FBEA;
--teal-300: #91F8DB;
--teal-400: #57F4C8;
--teal-500: #27F1B8;
--teal-600: #0DD39B;
--teal-700: #0BA87B;
--teal-800: #087858;
--teal-900: #054D38;
--teal-950: #033023;
}