Teal
#017E70
CyanColor Codes
All color formats for development
HEX
#017E70RGB
rgb(1, 126, 112)HSL
hsl(173, 98%, 25%)OKLCH
oklch(0.532 0.095 181.5)CMYK
cmyk(99%, 0%, 11%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017264
2#016559
3#01584E
4#014C43
5#013F38
6#01322D
7#002621
8#001916
9#000D0B
Tints
Lighter variations
1#02A491
2#02CAB3
3#02F0D4
4#1CFDE2
5#42FDE7
6#68FDEC
7#8DFEF1
8#B3FEF5
9#D9FFFA
Tones
Muted variations
1#08786B
2#0E7266
3#146B61
4#1A655C
5#215F58
6#275953
7#2D524E
8#334C49
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE9 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015147 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFFFB;
--teal-200: #BDFEF7;
--teal-300: #8BFEF0;
--teal-400: #4EFDE9;
--teal-500: #1CFDE2;
--teal-600: #02DEC4;
--teal-700: #02B19C;
--teal-800: #017E70;
--teal-900: #015147;
--teal-950: #01322D;
}