Teal
#087861
CyanColor Codes
All color formats for development
HEX
#087861RGB
rgb(8, 120, 97)HSL
hsl(168, 88%, 25%)OKLCH
oklch(0.511 0.096 172.9)CMYK
cmyk(93%, 0%, 19%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C58
2#06604E
3#055444
4#05483A
5#043C31
6#033027
7#02241D
8#021813
9#010C0A
Tints
Lighter variations
1#0A9C7F
2#0CC09C
3#0FE4B9
4#27F1C9
5#4BF4D2
6#6FF6DB
7#93F8E4
8#B7FAED
9#DBFDF6
Tones
Muted variations
1#0D725E
2#136D5B
3#186757
4#1E6154
5#245C51
6#29564D
7#2F514A
8#354B46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DDFDF7;
--teal-200: #C1FBEF;
--teal-300: #91F8E3;
--teal-400: #57F4D5;
--teal-500: #27F1C9;
--teal-600: #0DD3AB;
--teal-700: #0BA888;
--teal-800: #087861;
--teal-900: #054D3E;
--teal-950: #033027;
}