Teal
#1E9494
CyanColor Codes
All color formats for development
HEX
#1E9494RGB
rgb(30, 148, 148)HSL
hsl(180, 66%, 35%)OKLCH
oklch(0.607 0.097 194.9)CMYK
cmyk(80%, 0%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8585
2#187777
3#156868
4#125959
5#0F4A4A
6#0C3B3B
7#092C2C
8#061E1E
9#030F0F
Tints
Lighter variations
1#24B0B0
2#2ACBCB
3#3ED8D8
4#5ADDDD
5#75E3E3
6#91E8E8
7#ACEEEE
8#C8F4F4
9#E3F9F9
Tones
Muted variations
1#248E8E
2#2A8888
3#308282
4#367D7D
5#3C7777
6#427171
7#486B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBEB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4444 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F4F4;
--teal-300: #9EEBEB;
--teal-400: #6BE1E1;
--teal-500: #41D8D8;
--teal-600: #26BABA;
--teal-700: #1E9494;
--teal-800: #166A6A;
--teal-900: #0E4444;
--teal-950: #092A2A;
}