Teal
#1E9481
CyanColor Codes
All color formats for development
HEX
#1E9481RGB
rgb(30, 148, 129)HSL
hsl(170, 66%, 35%)OKLCH
oklch(0.6 0.103 178.7)CMYK
cmyk(80%, 0%, 13%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8574
2#187767
3#15685A
4#12594D
5#0F4A40
6#0C3B33
7#092C27
8#061E1A
9#030F0D
Tints
Lighter variations
1#24B098
2#2ACBB0
3#3ED8BE
4#5ADDC7
5#75E3D1
6#91E8DA
7#ACEEE3
8#C8F4EC
9#E3F9F6
Tones
Muted variations
1#248E7D
2#2A8879
3#308275
4#367D71
5#3C776D
6#427169
7#486B65
8#4D6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1CD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F5;
--teal-200: #C8F4EC;
--teal-300: #9EEBDE;
--teal-400: #6BE1CD;
--teal-500: #41D8BF;
--teal-600: #26BAA2;
--teal-700: #1E9481;
--teal-800: #166A5C;
--teal-900: #0E443B;
--teal-950: #092A25;
}