Teal
#219191
CyanColor Codes
All color formats for development
HEX
#219191RGB
rgb(33, 145, 145)HSL
hsl(180, 63%, 35%)OKLCH
oklch(0.598 0.094 194.9)CMYK
cmyk(77%, 0%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8383
2#1A7474
3#176666
4#145757
5#114949
6#0D3A3A
7#0A2C2C
8#071D1D
9#030F0F
Tints
Lighter variations
1#27ACAC
2#2DC8C8
3#42D4D4
4#5DDADA
5#78E0E0
6#93E6E6
7#AEEDED
8#C9F3F3
9#E4F9F9
Tones
Muted variations
1#278C8C
2#2C8686
3#328181
4#387B7B
5#3D7575
6#437070
7#486A6A
8#4E6464
9#545F5F
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;
}