Teal
#186868
CyanColor Codes
All color formats for development
HEX
#186868RGB
rgb(24, 104, 104)HSL
hsl(180, 63%, 25%)OKLCH
oklch(0.472 0.073 195)CMYK
cmyk(77%, 0%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5E
2#135353
3#114949
4#0E3E3E
5#0C3434
6#092A2A
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1F8787
2#26A6A6
3#2DC5C5
4#44D5D5
5#63DCDC
6#82E3E3
7#A1EAEA
8#C1F1F1
9#E0F8F8
Tones
Muted variations
1#1C6464
2#206060
3#245C5C
4#285858
5#2C5454
6#305050
7#344C4C
8#384848
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F3F3;
--teal-300: #9FE9E9;
--teal-400: #6EDEDE;
--teal-500: #44D5D5;
--teal-600: #2AB7B7;
--teal-700: #219191;
--teal-800: #186868;
--teal-900: #0F4343;
--teal-950: #092A2A;
}