Teal
#1A998A
CyanColor Codes
All color formats for development
HEX
#1A998ARGB
rgb(26, 153, 138)HSL
hsl(173, 71%, 35%)OKLCH
oklch(0.616 0.105 182.4)CMYK
cmyk(83%, 0%, 10%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17897C
2#157A6E
3#126B60
4#105C53
5#0D4C45
6#0A3D37
7#082E29
8#051F1C
9#030F0E
Tints
Lighter variations
1#1FB5A3
2#23D1BD
3#39DDCA
4#55E2D2
5#71E7D9
6#8EECE1
7#AAF1E8
8#C6F5F0
9#E3FAF7
Tones
Muted variations
1#209285
2#278C80
3#2D867B
4#337F76
5#3A7972
6#40736D
7#466C68
8#4D6663
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF7;
--teal-200: #C6F5F0;
--teal-300: #9BEEE4;
--teal-400: #66E5D6;
--teal-500: #3BDECB;
--teal-600: #21C0AD;
--teal-700: #1A998A;
--teal-800: #126D62;
--teal-900: #0C463F;
--teal-950: #072C27;
}