Teal
#08786B
CyanColor Codes
All color formats for development
HEX
#08786BRGB
rgb(8, 120, 107)HSL
hsl(173, 88%, 25%)OKLCH
oklch(0.515 0.091 181.7)CMYK
cmyk(93%, 0%, 11%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C60
2#066055
3#05544B
4#054840
5#043C35
6#03302B
7#022420
8#021815
9#010C0B
Tints
Lighter variations
1#0A9C8B
2#0CC0AB
3#0FE4CB
4#27F1DA
5#4BF4E0
6#6FF6E6
7#93F8EC
8#B7FAF3
9#DBFDF9
Tones
Muted variations
1#0D7266
2#136D62
3#18675E
4#1E615A
5#245C55
6#295651
7#2F514D
8#354B48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | 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: #DDFDF9;
--teal-200: #C1FBF4;
--teal-300: #91F8EC;
--teal-400: #57F4E2;
--teal-500: #27F1DA;
--teal-600: #0DD3BC;
--teal-700: #0BA895;
--teal-800: #08786B;
--teal-900: #054D44;
--teal-950: #03302B;
}