Teal
#1A9994
CyanColor Codes
All color formats for development
HEX
#1A9994RGB
rgb(26, 153, 148)HSL
hsl(178, 71%, 35%)OKLCH
oklch(0.619 0.102 190.6)CMYK
cmyk(83%, 0%, 3%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178986
2#157A77
3#126B68
4#105C59
5#0D4C4A
6#0A3D3B
7#082E2D
8#051F1E
9#030F0F
Tints
Lighter variations
1#1FB5B0
2#23D1CC
3#39DDD8
4#55E2DD
5#71E7E3
6#8EECE9
7#AAF1EE
8#C6F5F4
9#E3FAF9
Tones
Muted variations
1#20928E
2#278C89
3#2D8683
4#337F7D
5#3A7977
6#407371
7#466C6B
8#4D6665
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF9;
--teal-200: #C6F5F4;
--teal-300: #9BEEEB;
--teal-400: #66E5E1;
--teal-500: #3BDED8;
--teal-600: #21C0BB;
--teal-700: #1A9994;
--teal-800: #126D6A;
--teal-900: #0C4644;
--teal-950: #072C2A;
}