Teal
#087867
CyanColor Codes
All color formats for development
HEX
#087867RGB
rgb(8, 120, 103)HSL
hsl(171, 88%, 25%)OKLCH
oklch(0.513 0.093 178)CMYK
cmyk(93%, 0%, 14%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C5D
2#066052
3#055448
4#05483E
5#043C34
6#033029
7#02241F
8#021815
9#010C0A
Tints
Lighter variations
1#0A9C86
2#0CC0A5
3#0FE4C4
4#27F1D3
5#4BF4DA
6#6FF6E2
7#93F8E9
8#B7FAF0
9#DBFDF8
Tones
Muted variations
1#0D7263
2#136D5F
3#18675B
4#1E6157
5#245C53
6#29564F
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 #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C1FBF2;
--teal-300: #91F8E8;
--teal-400: #57F4DD;
--teal-500: #27F1D3;
--teal-600: #0DD3B5;
--teal-700: #0BA890;
--teal-800: #087867;
--teal-900: #054D42;
--teal-950: #033029;
}