Teal
#08785E
CyanColor Codes
All color formats for development
HEX
#08785ERGB
rgb(8, 120, 94)HSL
hsl(166, 88%, 25%)OKLCH
oklch(0.511 0.099 170.5)CMYK
cmyk(93%, 0%, 22%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C54
2#06604B
3#055442
4#054838
5#043C2F
6#033025
7#02241C
8#021813
9#010C09
Tints
Lighter variations
1#0A9C7A
2#0CC096
3#0FE4B2
4#27F1C2
5#4BF4CC
6#6FF6D6
7#93F8E1
8#B7FAEB
9#DBFDF5
Tones
Muted variations
1#0D725B
2#136D58
3#186755
4#1E6152
5#245C4F
6#29564C
7#2F5149
8#354B46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF6;
--teal-200: #C1FBED;
--teal-300: #91F8E0;
--teal-400: #57F4D0;
--teal-500: #27F1C2;
--teal-600: #0DD3A5;
--teal-700: #0BA883;
--teal-800: #08785E;
--teal-900: #054D3C;
--teal-950: #033025;
}