Teal
#017E6E
CyanColor Codes
All color formats for development
HEX
#017E6ERGB
rgb(1, 126, 110)HSL
hsl(172, 98%, 25%)OKLCH
oklch(0.531 0.096 179.8)CMYK
cmyk(99%, 0%, 13%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017263
2#016558
3#01584D
4#014C42
5#013F37
6#01322C
7#002621
8#001916
9#000D0B
Tints
Lighter variations
1#02A48E
2#02CAAF
3#02F0D0
4#1CFDDF
5#42FDE4
6#68FDE9
7#8DFEEF
8#B3FEF4
9#D9FFFA
Tones
Muted variations
1#087869
2#0E7264
3#146B60
4#1A655B
5#215F57
6#275952
7#2D524D
8#334C49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFFFA;
--teal-200: #BDFEF6;
--teal-300: #8BFEEE;
--teal-400: #4EFDE6;
--teal-500: #1CFDDF;
--teal-600: #02DEC1;
--teal-700: #02B199;
--teal-800: #017E6E;
--teal-900: #015146;
--teal-950: #01322C;
}