Teal
#219181
CyanColor Codes
All color formats for development
HEX
#219181RGB
rgb(33, 145, 129)HSL
hsl(171, 63%, 35%)OKLCH
oklch(0.593 0.099 180.7)CMYK
cmyk(77%, 0%, 11%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8374
2#1A7467
3#17665A
4#14574D
5#114940
6#0D3A33
7#0A2C27
8#071D1A
9#030F0D
Tints
Lighter variations
1#27AC98
2#2DC8B0
3#42D4BE
4#5DDAC7
5#78E0D1
6#93E6DA
7#AEEDE3
8#C9F3EC
9#E4F9F6
Tones
Muted variations
1#278C7D
2#2C8679
3#328175
4#387B71
5#3D756D
6#437069
7#486A65
8#4E6461
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #C9F3EC;
--teal-300: #9FE9DE;
--teal-400: #6EDECD;
--teal-500: #44D5BF;
--teal-600: #2AB7A2;
--teal-700: #219181;
--teal-800: #18685C;
--teal-900: #0F433B;
--teal-950: #092A25;
}