Teal
#219182
CyanColor Codes
All color formats for development
HEX
#219182RGB
rgb(33, 145, 130)HSL
hsl(172, 63%, 35%)OKLCH
oklch(0.593 0.098 181.5)CMYK
cmyk(77%, 0%, 10%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8375
2#1A7468
3#17665B
4#14574E
5#114941
6#0D3A34
7#0A2C27
8#071D1A
9#030F0D
Tints
Lighter variations
1#27AC9B
2#2DC8B3
3#42D4C1
4#5DDAC9
5#78E0D2
6#93E6DB
7#AEEDE4
8#C9F3ED
9#E4F9F6
Tones
Muted variations
1#278C7E
2#2C867A
3#328176
4#387B72
5#3D756E
6#43706A
7#486A66
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 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | 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: #C9F3ED;
--teal-300: #9FE9DF;
--teal-400: #6EDECF;
--teal-500: #44D5C1;
--teal-600: #2AB7A4;
--teal-700: #219182;
--teal-800: #18685D;
--teal-900: #0F433C;
--teal-950: #092A25;
}