Teal
#1E9488
CyanColor Codes
All color formats for development
HEX
#1E9488RGB
rgb(30, 148, 136)HSL
hsl(174, 66%, 35%)OKLCH
oklch(0.602 0.1 184.4)CMYK
cmyk(80%, 0%, 8%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B857B
2#18776D
3#15685F
4#125952
5#0F4A44
6#0C3B37
7#092C29
8#061E1B
9#030F0E
Tints
Lighter variations
1#24B0A2
2#2ACBBB
3#3ED8C8
4#5ADDD0
5#75E3D8
6#91E8E0
7#ACEEE8
8#C8F4EF
9#E3F9F7
Tones
Muted variations
1#248E84
2#2A887F
3#30827A
4#367D76
5#3C7771
6#42716C
7#486B67
8#4D6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F7;
--teal-200: #C8F4EF;
--teal-300: #9EEBE3;
--teal-400: #6BE1D5;
--teal-500: #41D8C9;
--teal-600: #26BAAB;
--teal-700: #1E9488;
--teal-800: #166A61;
--teal-900: #0E443E;
--teal-950: #092A27;
}