Teal
#01767E
CyanColor Codes
All color formats for development
HEX
#01767ERGB
rgb(1, 118, 126)HSL
hsl(184, 98%, 25%)OKLCH
oklch(0.516 0.088 203.1)CMYK
cmyk(99%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#016A72
2#015E65
3#015358
4#01474C
5#013B3F
6#012F32
7#002326
8#001819
9#000C0D
Tints
Lighter variations
1#0299A4
2#02BDCA
3#02E0F0
4#1CEEFD
5#42F1FD
6#68F3FD
7#8DF6FE
8#B3F9FE
9#D9FCFF
Tones
Muted variations
1#087078
2#0E6B72
3#14666B
4#1A6065
5#215B5F
6#275559
7#2D5052
8#334B4C
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 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFF;
--teal-200: #BDFAFE;
--teal-300: #8BF6FE;
--teal-400: #4EF2FD;
--teal-500: #1CEEFD;
--teal-600: #02CFDE;
--teal-700: #02A5B1;
--teal-800: #01767E;
--teal-900: #014B51;
--teal-950: #012F32;
}