Teal
#1E9486
CyanColor Codes
All color formats for development
HEX
#1E9486RGB
rgb(30, 148, 134)HSL
hsl(173, 66%, 35%)OKLCH
oklch(0.602 0.101 182.7)CMYK
cmyk(80%, 0%, 9%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8579
2#18776C
3#15685E
4#125951
5#0F4A43
6#0C3B36
7#092C28
8#061E1B
9#030F0D
Tints
Lighter variations
1#24B09F
2#2ACBB8
3#3ED8C6
4#5ADDCE
5#75E3D6
6#91E8DE
7#ACEEE6
8#C8F4EF
9#E3F9F7
Tones
Muted variations
1#248E82
2#2A887D
3#308279
4#367D74
5#3C7770
6#42716B
7#486B67
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 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A60 | 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: #C8F4EF;
--teal-300: #9EEBE2;
--teal-400: #6BE1D3;
--teal-500: #41D8C6;
--teal-600: #26BAA9;
--teal-700: #1E9486;
--teal-800: #166A60;
--teal-900: #0E443D;
--teal-950: #092A26;
}