Teal
#087869
CyanColor Codes
All color formats for development
HEX
#087869RGB
rgb(8, 120, 105)HSL
hsl(172, 88%, 25%)OKLCH
oklch(0.514 0.092 179.9)CMYK
cmyk(93%, 0%, 13%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C5E
2#066054
3#055449
4#05483F
5#043C34
6#03302A
7#02241F
8#021815
9#010C0A
Tints
Lighter variations
1#0A9C88
2#0CC0A8
3#0FE4C7
4#27F1D6
5#4BF4DD
6#6FF6E4
7#93F8EB
8#B7FAF1
9#DBFDF8
Tones
Muted variations
1#0D7265
2#136D61
3#18675D
4#1E6158
5#245C54
6#295650
7#2F514C
8#354B48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF9;
--teal-200: #C1FBF3;
--teal-300: #91F8EA;
--teal-400: #57F4DF;
--teal-500: #27F1D6;
--teal-600: #0DD3B9;
--teal-700: #0BA893;
--teal-800: #087869;
--teal-900: #054D43;
--teal-950: #03302A;
}