Teal
#017E72
CyanColor Codes
All color formats for development
HEX
#017E72RGB
rgb(1, 126, 114)HSL
hsl(174, 98%, 25%)OKLCH
oklch(0.533 0.095 183.3)CMYK
cmyk(99%, 0%, 10%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017266
2#01655B
3#015850
4#014C44
5#013F39
6#01322D
7#002622
8#001917
9#000D0B
Tints
Lighter variations
1#02A494
2#02CAB6
3#02F0D8
4#1CFDE6
5#42FDEA
6#68FDEE
7#8DFEF3
8#B3FEF7
9#D9FFFB
Tones
Muted variations
1#08786D
2#0E7268
3#146B63
4#1A655E
5#215F59
6#275954
7#2D524F
8#334C4A
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 #BDFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015149 | 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: #BDFEF8;
--teal-300: #8BFEF2;
--teal-400: #4EFDEC;
--teal-500: #1CFDE6;
--teal-600: #02DEC8;
--teal-700: #02B19F;
--teal-800: #017E72;
--teal-900: #015149;
--teal-950: #01322D;
}