Teal
#1E948A
CyanColor Codes
All color formats for development
HEX
#1E948ARGB
rgb(30, 148, 138)HSL
hsl(175, 66%, 35%)OKLCH
oklch(0.603 0.099 186.1)CMYK
cmyk(80%, 0%, 7%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B857D
2#18776F
3#156861
4#125953
5#0F4A45
6#0C3B37
7#092C2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#24B0A4
2#2ACBBE
3#3ED8CB
4#5ADDD2
5#75E3DA
6#91E8E1
7#ACEEE9
8#C8F4F0
9#E3F9F8
Tones
Muted variations
1#248E85
2#2A8881
3#30827C
4#367D77
5#3C7772
6#42716D
7#486B68
8#4D6563
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F7;
--teal-200: #C8F4F0;
--teal-300: #9EEBE5;
--teal-400: #6BE1D7;
--teal-500: #41D8CB;
--teal-600: #26BAAE;
--teal-700: #1E948A;
--teal-800: #166A63;
--teal-900: #0E443F;
--teal-950: #092A28;
}