Teal
#08786E
CyanColor Codes
All color formats for development
HEX
#08786ERGB
rgb(8, 120, 110)HSL
hsl(175, 88%, 25%)OKLCH
oklch(0.516 0.089 184.6)CMYK
cmyk(93%, 0%, 8%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C63
2#066058
3#05544D
4#054842
5#043C37
6#03302C
7#022421
8#021816
9#010C0B
Tints
Lighter variations
1#0A9C90
2#0CC0B1
3#0FE4D2
4#27F1E0
5#4BF4E5
6#6FF6EB
7#93F8F0
8#B7FAF5
9#DBFDFA
Tones
Muted variations
1#0D726A
2#136D65
3#186760
4#1E615C
5#245C57
6#295652
7#2F514E
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 #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFA;
--teal-200: #C1FBF6;
--teal-300: #91F8EF;
--teal-400: #57F4E7;
--teal-500: #27F1E0;
--teal-600: #0DD3C2;
--teal-700: #0BA89B;
--teal-800: #08786E;
--teal-900: #054D47;
--teal-950: #03302C;
}