Teal
#1A9983
CyanColor Codes
All color formats for development
HEX
#1A9983RGB
rgb(26, 153, 131)HSL
hsl(170, 71%, 35%)OKLCH
oklch(0.613 0.108 177.1)CMYK
cmyk(83%, 0%, 14%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178976
2#157A69
3#126B5C
4#105C4F
5#0D4C42
6#0A3D35
7#082E27
8#051F1A
9#030F0D
Tints
Lighter variations
1#1FB59C
2#23D1B4
3#39DDC2
4#55E2CB
5#71E7D3
6#8EECDC
7#AAF1E5
8#C6F5EE
9#E3FAF6
Tones
Muted variations
1#20927F
2#278C7B
3#2D8677
4#337F73
5#3A796E
6#40736A
7#466C66
8#4D6662
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF6;
--teal-200: #C6F5EE;
--teal-300: #9BEEE0;
--teal-400: #66E5D0;
--teal-500: #3BDEC3;
--teal-600: #21C0A5;
--teal-700: #1A9983;
--teal-800: #126D5E;
--teal-900: #0C463C;
--teal-950: #072C26;
}