Teal
#219186
CyanColor Codes
All color formats for development
HEX
#219186RGB
rgb(33, 145, 134)HSL
hsl(174, 63%, 35%)OKLCH
oklch(0.594 0.097 185)CMYK
cmyk(77%, 0%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8379
2#1A746B
3#17665E
4#145751
5#114943
6#0D3A36
7#0A2C28
8#071D1B
9#030F0D
Tints
Lighter variations
1#27AC9F
2#2DC8B8
3#42D4C5
4#5DDACE
5#78E0D6
6#93E6DE
7#AEEDE6
8#C9F3EF
9#E4F9F7
Tones
Muted variations
1#278C82
2#2C867D
3#328179
4#387B74
5#3D7570
6#43706B
7#486A67
8#4E6462
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F6;
--teal-200: #C9F3EF;
--teal-300: #9FE9E2;
--teal-400: #6EDED3;
--teal-500: #44D5C6;
--teal-600: #2AB7A9;
--teal-700: #219186;
--teal-800: #186860;
--teal-900: #0F433D;
--teal-950: #092A26;
}