Teal
#017E67
CyanColor Codes
All color formats for development
HEX
#017E67RGB
rgb(1, 126, 103)HSL
hsl(169, 98%, 25%)OKLCH
oklch(0.529 0.101 173.9)CMYK
cmyk(99%, 0%, 18%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01725D
2#016553
3#015848
4#014C3E
5#013F34
6#013229
7#00261F
8#001915
9#000D0A
Tints
Lighter variations
1#02A486
2#02CAA5
3#02F0C4
4#1CFDD3
5#42FDDB
6#68FDE2
7#8DFEE9
8#B3FEF0
9#D9FFF8
Tones
Muted variations
1#087863
2#0E725F
3#146B5B
4#1A6557
5#215F54
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 #DCFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDDD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015142 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF8;
--teal-200: #BDFEF2;
--teal-300: #8BFEE9;
--teal-400: #4EFDDD;
--teal-500: #1CFDD3;
--teal-600: #02DEB6;
--teal-700: #02B191;
--teal-800: #017E67;
--teal-900: #015142;
--teal-950: #013229;
}