Teal
#01747E
CyanColor Codes
All color formats for development
HEX
#01747ERGB
rgb(1, 116, 126)HSL
hsl(185, 98%, 25%)OKLCH
oklch(0.51 0.087 205.3)CMYK
cmyk(99%, 8%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#016872
2#015D65
3#015158
4#01454C
5#013A3F
6#012E32
7#002326
8#001719
9#000C0D
Tints
Lighter variations
1#0297A4
2#02B9CA
3#02DCF0
4#1CEAFD
5#42EDFD
6#68F1FD
7#8DF4FE
8#B3F8FE
9#D9FBFF
Tones
Muted variations
1#086F78
2#0E6972
3#14646B
4#1A5F65
5#215A5F
6#275559
7#2D4F52
8#334A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FE | BordersInactive statesPlaceholder text |
| 400 | 4EEF #4EEFFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEA #1CEAFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CC #02CCDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A2 #02A2B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0174 #01747E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A51 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFF;
--teal-200: #BDF9FE;
--teal-300: #8BF4FE;
--teal-400: #4EEFFD;
--teal-500: #1CEAFD;
--teal-600: #02CCDE;
--teal-700: #02A2B1;
--teal-800: #01747E;
--teal-900: #014A51;
--teal-950: #012E32;
}