Teal
#016E7E
CyanColor Codes
All color formats for development
HEX
#016E7ERGB
rgb(1, 110, 126)HSL
hsl(188, 98%, 25%)OKLCH
oklch(0.494 0.086 212.2)CMYK
cmyk(99%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#016372
2#015865
3#014D58
4#01424C
5#01373F
6#012C32
7#002126
8#001619
9#000B0D
Tints
Lighter variations
1#028EA4
2#02AFCA
3#02D0F0
4#1CDFFD
5#42E4FD
6#68E9FD
7#8DEFFE
8#B3F4FE
9#D9FAFF
Tones
Muted variations
1#086978
2#0E6472
3#14606B
4#1A5B65
5#21575F
6#275259
7#2D4D52
8#33494C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFE | BordersInactive statesPlaceholder text |
| 400 | 4EE6 #4EE6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CDF #1CDFFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C1 #02C1DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0299 #0299B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 016E #016E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014651 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFF;
--teal-200: #BDF6FE;
--teal-300: #8BEEFE;
--teal-400: #4EE6FD;
--teal-500: #1CDFFD;
--teal-600: #02C1DE;
--teal-700: #0299B1;
--teal-800: #016E7E;
--teal-900: #014651;
--teal-950: #012C32;
}