Teal
#1A998E
CyanColor Codes
All color formats for development
HEX
#1A998ERGB
rgb(26, 153, 142)HSL
hsl(175, 71%, 35%)OKLCH
oklch(0.617 0.103 185.6)CMYK
cmyk(83%, 0%, 7%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178980
2#157A72
3#126B63
4#105C55
5#0D4C47
6#0A3D39
7#082E2B
8#051F1C
9#030F0E
Tints
Lighter variations
1#1FB5A8
2#23D1C3
3#39DDD0
4#55E2D6
5#71E7DD
6#8EECE4
7#AAF1EB
8#C6F5F1
9#E3FAF8
Tones
Muted variations
1#209289
2#278C83
3#2D867E
4#337F79
5#3A7974
6#40736E
7#466C69
8#4D6664
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5DB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F5F1;
--teal-300: #9BEEE7;
--teal-400: #66E5DB;
--teal-500: #3BDED0;
--teal-600: #21C0B3;
--teal-700: #1A998E;
--teal-800: #126D65;
--teal-900: #0C4641;
--teal-950: #072C29;
}