Teal
#017E76
CyanColor Codes
All color formats for development
HEX
#017E76RGB
rgb(1, 126, 118)HSL
hsl(176, 98%, 25%)OKLCH
oklch(0.534 0.093 187)CMYK
cmyk(99%, 0%, 6%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01726A
2#01655E
3#015853
4#014C47
5#013F3B
6#01322F
7#002623
8#001918
9#000D0C
Tints
Lighter variations
1#02A499
2#02CABD
3#02F0E0
4#1CFDEE
5#42FDF1
6#68FDF3
7#8DFEF6
8#B3FEF9
9#D9FFFC
Tones
Muted variations
1#087870
2#0E726B
3#146B66
4#1A6560
5#215F5B
6#275955
7#2D5250
8#334C4B
9#3A4645
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFFFC;
--teal-200: #BDFEFA;
--teal-300: #8BFEF6;
--teal-400: #4EFDF2;
--teal-500: #1CFDEE;
--teal-600: #02DECF;
--teal-700: #02B1A5;
--teal-800: #017E76;
--teal-900: #01514B;
--teal-950: #01322F;
}