Teal
#08786D
CyanColor Codes
All color formats for development
HEX
#08786DRGB
rgb(8, 120, 109)HSL
hsl(174, 88%, 25%)OKLCH
oklch(0.515 0.09 183.7)CMYK
cmyk(93%, 0%, 9%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C62
2#066057
3#05544C
4#054841
5#043C36
6#03302B
7#022421
8#021816
9#010C0B
Tints
Lighter variations
1#0A9C8D
2#0CC0AE
3#0FE4CE
4#27F1DD
5#4BF4E3
6#6FF6E8
7#93F8EE
8#B7FAF4
9#DBFDF9
Tones
Muted variations
1#0D7268
2#136D64
3#18675F
4#1E615B
5#245C56
6#295652
7#2F514D
8#354B49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFA;
--teal-200: #C1FBF5;
--teal-300: #91F8EE;
--teal-400: #57F4E5;
--teal-500: #27F1DD;
--teal-600: #0DD3BF;
--teal-700: #0BA898;
--teal-800: #08786D;
--teal-900: #054D46;
--teal-950: #03302B;
}