Teal
#146A6C
CyanColor Codes
All color formats for development
HEX
#146A6CRGB
rgb(20, 106, 108)HSL
hsl(181, 69%, 25%)OKLCH
oklch(0.478 0.076 197.4)CMYK
cmyk(81%, 2%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126061
2#105556
3#0E4A4B
4#0C4041
5#0A3536
6#082B2B
7#062020
8#041516
9#020B0B
Tints
Lighter variations
1#1A8A8C
2#20AAAC
3#26CACD
4#3DD9DB
5#5DDFE1
6#7EE6E7
7#9EECED
8#BEF2F3
9#DFF9F9
Tones
Muted variations
1#186667
2#1D6263
3#215E5F
4#25595A
5#2A5556
6#2E5151
7#334D4D
8#374849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9F9;
--teal-200: #C7F4F5;
--teal-300: #9CEBED;
--teal-400: #68E1E3;
--teal-500: #3DD9DB;
--teal-600: #23BBBE;
--teal-700: #1C9597;
--teal-800: #146A6C;
--teal-900: #0D4445;
--teal-950: #082B2B;
}