Teal
#219190
CyanColor Codes
All color formats for development
HEX
#219190RGB
rgb(33, 145, 144)HSL
hsl(179, 63%, 35%)OKLCH
oklch(0.598 0.094 194)CMYK
cmyk(77%, 0%, 1%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8381
2#1A7473
3#176665
4#145756
5#114948
6#0D3A39
7#0A2C2B
8#071D1D
9#030F0E
Tints
Lighter variations
1#27ACAA
2#2DC8C5
3#42D4D2
4#5DDAD8
5#78E0DF
6#93E6E5
7#AEEDEC
8#C9F3F2
9#E4F9F9
Tones
Muted variations
1#278C8A
2#2C8685
3#32817F
4#387B7A
5#3D7574
6#43706F
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 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F3F2;
--teal-300: #9FE9E8;
--teal-400: #6EDEDC;
--teal-500: #44D5D2;
--teal-600: #2AB7B5;
--teal-700: #219190;
--teal-800: #186867;
--teal-900: #0F4342;
--teal-950: #092A29;
}