Teal
#087777
CyanColor Codes
All color formats for development
HEX
#087777RGB
rgb(8, 119, 119)HSL
hsl(180, 87%, 25%)OKLCH
oklch(0.516 0.086 194.8)CMYK
cmyk(93%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B6B
2#075F5F
3#065353
4#054848
5#043C3C
6#033030
7#022424
8#021818
9#010C0C
Tints
Lighter variations
1#0B9B9B
2#0DBFBF
3#10E3E3
4#28F0F0
5#4CF3F3
6#70F5F5
7#94F8F8
8#B7FAFA
9#DBFDFD
Tones
Muted variations
1#0E7272
2#136C6C
3#196767
4#1E6161
5#245B5B
6#2A5656
7#2F5050
8#354B4B
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFDFD;
--teal-200: #C1FBFB;
--teal-300: #91F7F7;
--teal-400: #58F3F3;
--teal-500: #28F0F0;
--teal-600: #0FD2D2;
--teal-700: #0CA7A7;
--teal-800: #087777;
--teal-900: #054C4C;
--teal-950: #033030;
}