Teal
#017E63
CyanColor Codes
All color formats for development
HEX
#017E63RGB
rgb(1, 126, 99)HSL
hsl(167, 98%, 25%)OKLCH
oklch(0.528 0.103 170.9)CMYK
cmyk(99%, 0%, 21%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017259
2#01654F
3#015845
4#014C3B
5#013F32
6#013228
7#00261E
8#001914
9#000D0A
Tints
Lighter variations
1#02A481
2#02CA9F
3#02F0BC
4#1CFDCC
5#42FDD4
6#68FDDD
7#8DFEE5
8#B3FEEE
9#D9FFF6
Tones
Muted variations
1#087860
2#0E725C
3#146B59
4#1A6555
5#215F51
6#27594E
7#2D524A
8#334C47
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE5 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFFF7;
--teal-200: #BDFEF0;
--teal-300: #8BFEE5;
--teal-400: #4EFDD7;
--teal-500: #1CFDCC;
--teal-600: #02DEAF;
--teal-700: #02B18B;
--teal-800: #017E63;
--teal-900: #01513F;
--teal-950: #013228;
}