Teal
#087767
CyanColor Codes
All color formats for development
HEX
#087767RGB
rgb(8, 119, 103)HSL
hsl(171, 87%, 25%)OKLCH
oklch(0.511 0.092 178.8)CMYK
cmyk(93%, 0%, 13%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B5C
2#075F52
3#065348
4#05483E
5#043C33
6#033029
7#02241F
8#021815
9#010C0A
Tints
Lighter variations
1#0B9B85
2#0DBFA4
3#10E3C3
4#28F0D2
5#4CF3DA
6#70F5E1
7#94F8E9
8#B7FAF0
9#DBFDF8
Tones
Muted variations
1#0E7263
2#136C5F
3#19675B
4#1E6157
5#245B53
6#2A564F
7#2F504B
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 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3DC | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C42 | 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: #DEFDF8;
--teal-200: #C1FBF2;
--teal-300: #91F7E8;
--teal-400: #58F3DC;
--teal-500: #28F0D2;
--teal-600: #0FD2B5;
--teal-700: #0CA790;
--teal-800: #087767;
--teal-900: #054C42;
--teal-950: #033029;
}