Teal
#017E61
CyanColor Codes
All color formats for development
HEX
#017E61RGB
rgb(1, 126, 97)HSL
hsl(166, 98%, 25%)OKLCH
oklch(0.527 0.105 169.5)CMYK
cmyk(99%, 0%, 23%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017257
2#01654E
3#015844
4#014C3A
5#013F31
6#013227
7#00261D
8#001913
9#000D0A
Tints
Lighter variations
1#02A47E
2#02CA9B
3#02F0B8
4#1CFDC8
5#42FDD1
6#68FDDA
7#8DFEE4
8#B3FEED
9#D9FFF6
Tones
Muted variations
1#08785E
2#0E725A
3#146B57
4#1A6554
5#215F50
6#27594D
7#2D524A
8#334C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE3 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFFF6;
--teal-200: #BDFEEF;
--teal-300: #8BFEE3;
--teal-400: #4EFDD4;
--teal-500: #1CFDC8;
--teal-600: #02DEAB;
--teal-700: #02B188;
--teal-800: #017E61;
--teal-900: #01513E;
--teal-950: #013227;
}