Teal
#087870
CyanColor Codes
All color formats for development
HEX
#087870RGB
rgb(8, 120, 112)HSL
hsl(176, 88%, 25%)OKLCH
oklch(0.516 0.089 186.6)CMYK
cmyk(93%, 0%, 7%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C65
2#06605A
3#05544F
4#054843
5#043C38
6#03302D
7#022422
8#021816
9#010C0B
Tints
Lighter variations
1#0A9C92
2#0CC0B4
3#0FE4D6
4#27F1E4
5#4BF4E8
6#6FF6ED
7#93F8F1
8#B7FAF6
9#DBFDFA
Tones
Muted variations
1#0D726C
2#136D67
3#186762
4#1E615D
5#245C58
6#295653
7#2F514E
8#354B49
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DDFDFB;
--teal-200: #C1FBF7;
--teal-300: #91F8F1;
--teal-400: #57F4EA;
--teal-500: #27F1E4;
--teal-600: #0DD3C6;
--teal-700: #0BA89D;
--teal-800: #087870;
--teal-900: #054D48;
--teal-950: #03302D;
}