Teal
#017E7E
CyanColor Codes
All color formats for development
HEX
#017E7ERGB
rgb(1, 126, 126)HSL
hsl(180, 98%, 25%)OKLCH
oklch(0.537 0.091 194.8)CMYK
cmyk(99%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017272
2#016565
3#015858
4#014C4C
5#013F3F
6#013232
7#002626
8#001919
9#000D0D
Tints
Lighter variations
1#02A4A4
2#02CACA
3#02F0F0
4#1CFDFD
5#42FDFD
6#68FDFD
7#8DFEFE
8#B3FEFE
9#D9FFFF
Tones
Muted variations
1#087878
2#0E7272
3#146B6B
4#1A6565
5#215F5F
6#275959
7#2D5252
8#334C4C
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEFE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015151 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFF;
--teal-100: #DCFFFF;
--teal-200: #BDFEFE;
--teal-300: #8BFEFE;
--teal-400: #4EFDFD;
--teal-500: #1CFDFD;
--teal-600: #02DEDE;
--teal-700: #02B1B1;
--teal-800: #017E7E;
--teal-900: #015151;
--teal-950: #013232;
}