Teal
#1A997F
CyanColor Codes
All color formats for development
HEX
#1A997FRGB
rgb(26, 153, 127)HSL
hsl(168, 71%, 35%)OKLCH
oklch(0.612 0.111 174.3)CMYK
cmyk(83%, 0%, 17%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178973
2#157A66
3#126B59
4#105C4C
5#0D4C40
6#0A3D33
7#082E26
8#051F19
9#030F0D
Tints
Lighter variations
1#1FB597
2#23D1AF
3#39DDBC
4#55E2C6
5#71E7CF
6#8EECD9
7#AAF1E2
8#C6F5EC
9#E3FAF5
Tones
Muted variations
1#20927B
2#278C78
3#2D8674
4#337F70
5#3A796C
6#407368
7#466C65
8#4D6661
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5CC | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF5;
--teal-200: #C6F5EC;
--teal-300: #9BEEDD;
--teal-400: #66E5CC;
--teal-500: #3BDEBD;
--teal-600: #21C0A0;
--teal-700: #1A997F;
--teal-800: #126D5B;
--teal-900: #0C463A;
--teal-950: #072C24;
}