Teal
#01707E
CyanColor Codes
All color formats for development
HEX
#01707ERGB
rgb(1, 112, 126)HSL
hsl(187, 98%, 25%)OKLCH
oklch(0.5 0.086 209.9)CMYK
cmyk(99%, 11%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#016472
2#015965
3#014E58
4#01434C
5#01383F
6#012D32
7#002126
8#001619
9#000B0D
Tints
Lighter variations
1#0291A4
2#02B3CA
3#02D4F0
4#1CE2FD
5#42E7FD
6#68ECFD
7#8DF1FE
8#B3F5FE
9#D9FAFF
Tones
Muted variations
1#086B78
2#0E6672
3#14616B
4#1A5C65
5#21585F
6#275359
7#2D4E52
8#33494C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF7 #BDF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FE | BordersInactive statesPlaceholder text |
| 400 | 4EE9 #4EE9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE2 #1CE2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C4 #02C4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029C #029CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0170 #01707E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014751 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFF;
--teal-200: #BDF7FE;
--teal-300: #8BF0FE;
--teal-400: #4EE9FD;
--teal-500: #1CE2FD;
--teal-600: #02C4DE;
--teal-700: #029CB1;
--teal-800: #01707E;
--teal-900: #014751;
--teal-950: #012D32;
}