Teal
#1A997B
CyanColor Codes
All color formats for development
HEX
#1A997BRGB
rgb(26, 153, 123)HSL
hsl(166, 71%, 35%)OKLCH
oklch(0.611 0.113 171.6)CMYK
cmyk(83%, 0%, 20%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17896F
2#157A62
3#126B56
4#105C4A
5#0D4C3E
6#0A3D31
7#082E25
8#051F19
9#030F0C
Tints
Lighter variations
1#1FB592
2#23D1A9
3#39DDB7
4#55E2C1
5#71E7CC
6#8EECD6
7#AAF1E0
8#C6F5EA
9#E3FAF5
Tones
Muted variations
1#209278
2#278C74
3#2D8671
4#337F6E
5#3A796A
6#407367
7#466C63
8#4D6660
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF4;
--teal-200: #C6F5EA;
--teal-300: #9BEEDB;
--teal-400: #66E5C8;
--teal-500: #3BDEB8;
--teal-600: #21C09B;
--teal-700: #1A997B;
--teal-800: #126D58;
--teal-900: #0C4638;
--teal-950: #072C23;
}