Teal
#017E69
CyanColor Codes
All color formats for development
HEX
#017E69RGB
rgb(1, 126, 105)HSL
hsl(170, 98%, 25%)OKLCH
oklch(0.53 0.099 175.5)CMYK
cmyk(99%, 0%, 17%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01725F
2#016554
3#01584A
4#014C3F
5#013F35
6#01322A
7#002620
8#001915
9#000D0B
Tints
Lighter variations
1#02A489
2#02CAA9
3#02F0C8
4#1CFDD7
5#42FDDE
6#68FDE4
7#8DFEEB
8#B3FEF2
9#D9FFF8
Tones
Muted variations
1#087865
2#0E7261
3#146B5D
4#1A6559
5#215F55
6#275950
7#2D524C
8#334C48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF9;
--teal-200: #BDFEF4;
--teal-300: #8BFEEB;
--teal-400: #4EFDE0;
--teal-500: #1CFDD7;
--teal-600: #02DEBA;
--teal-700: #02B194;
--teal-800: #017E69;
--teal-900: #015143;
--teal-950: #01322A;
}