Teal
#1E9484
CyanColor Codes
All color formats for development
HEX
#1E9484RGB
rgb(30, 148, 132)HSL
hsl(172, 66%, 35%)OKLCH
oklch(0.601 0.101 181.1)CMYK
cmyk(80%, 0%, 11%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8577
2#18776A
3#15685D
4#12594F
5#0F4A42
6#0C3B35
7#092C28
8#061E1A
9#030F0D
Tints
Lighter variations
1#24B09D
2#2ACBB6
3#3ED8C3
4#5ADDCC
5#75E3D4
6#91E8DD
7#ACEEE5
8#C8F4EE
9#E3F9F6
Tones
Muted variations
1#248E80
2#2A887C
3#308277
4#367D73
5#3C776F
6#42716B
7#486B66
8#4D6562
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F6;
--teal-200: #C8F4EE;
--teal-300: #9EEBE1;
--teal-400: #6BE1D1;
--teal-500: #41D8C4;
--teal-600: #26BAA7;
--teal-700: #1E9484;
--teal-800: #166A5F;
--teal-900: #0E443D;
--teal-950: #092A26;
}