Teal
#08785A
GreenColor Codes
All color formats for development
HEX
#08785ARGB
rgb(8, 120, 90)HSL
hsl(164, 88%, 25%)OKLCH
oklch(0.509 0.102 167.5)CMYK
cmyk(93%, 0%, 25%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C51
2#066048
3#05543F
4#054836
5#043C2D
6#033024
7#02241B
8#021812
9#010C09
Tints
Lighter variations
1#0A9C75
2#0CC090
3#0FE4AB
4#27F1BB
5#4BF4C7
6#6FF6D2
7#93F8DD
8#B7FAE8
9#DBFDF4
Tones
Muted variations
1#0D7257
2#136D55
3#186752
4#1E614F
5#245C4D
6#29564A
7#2F5148
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 #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DDFDF4;
--teal-200: #C1FBEB;
--teal-300: #91F8DC;
--teal-400: #57F4CA;
--teal-500: #27F1BB;
--teal-600: #0DD39E;
--teal-700: #0BA87E;
--teal-800: #08785A;
--teal-900: #054D3A;
--teal-950: #033024;
}