Teal
#087865
CyanColor Codes
All color formats for development
HEX
#087865RGB
rgb(8, 120, 101)HSL
hsl(170, 88%, 25%)OKLCH
oklch(0.513 0.094 176.3)CMYK
cmyk(93%, 0%, 16%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C5B
2#066051
3#055447
4#05483D
5#043C33
6#033028
7#02241E
8#021814
9#010C0A
Tints
Lighter variations
1#0A9C83
2#0CC0A2
3#0FE4C0
4#27F1D0
5#4BF4D7
6#6FF6DF
7#93F8E7
8#B7FAEF
9#DBFDF7
Tones
Muted variations
1#0D7261
2#136D5E
3#18675A
4#1E6156
5#245C52
6#29564F
7#2F514B
8#354B47
9#3A4543
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 #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF8;
--teal-200: #C1FBF1;
--teal-300: #91F8E7;
--teal-400: #57F4DA;
--teal-500: #27F1D0;
--teal-600: #0DD3B2;
--teal-700: #0BA88E;
--teal-800: #087865;
--teal-900: #054D41;
--teal-950: #033028;
}