Teal
#01727E
CyanColor Codes
All color formats for development
HEX
#01727ERGB
rgb(1, 114, 126)HSL
hsl(186, 98%, 25%)OKLCH
oklch(0.505 0.086 207.6)CMYK
cmyk(99%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#016672
2#015B65
3#015058
4#01444C
5#01393F
6#012D32
7#002226
8#001719
9#000B0D
Tints
Lighter variations
1#0294A4
2#02B6CA
3#02D8F0
4#1CE6FD
5#42EAFD
6#68EEFD
7#8DF3FE
8#B3F7FE
9#D9FBFF
Tones
Muted variations
1#086D78
2#0E6872
3#14636B
4#1A5E65
5#21595F
6#275459
7#2D4F52
8#334A4C
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 | BDF8 #BDF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FE | BordersInactive statesPlaceholder text |
| 400 | 4EEC #4EECFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE6 #1CE6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C8 #02C8DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029F #029FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0172 #01727E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0149 #014951 | 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: #BDF8FE;
--teal-300: #8BF2FE;
--teal-400: #4EECFD;
--teal-500: #1CE6FD;
--teal-600: #02C8DE;
--teal-700: #029FB1;
--teal-800: #01727E;
--teal-900: #014951;
--teal-950: #012D32;
}