Teal
#14646B
CyanColor Codes
All color formats for development
HEX
#14646BRGB
rgb(20, 100, 107)HSL
hsl(185, 69%, 25%)OKLCH
oklch(0.461 0.073 204)CMYK
cmyk(81%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125A61
2#105056
3#0E464B
4#0C3C41
5#0A3236
6#08282B
7#061E20
8#041416
9#020A0B
Tints
Lighter variations
1#1A838C
2#20A1AC
3#26BFCD
4#3DCEDB
5#5DD6E1
6#7EDEE7
7#9EE7ED
8#BEEFF3
9#DFF7F9
Tones
Muted variations
1#186167
2#1D5D63
3#21595F
4#25565A
5#2A5256
6#2E4E51
7#334B4D
8#374749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6ED | BordersInactive statesPlaceholder text |
| 400 | 68D9 #68D9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCE #3DCEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B1 #23B1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8D #1C8D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F7F9;
--teal-200: #C7F1F5;
--teal-300: #9CE6ED;
--teal-400: #68D9E3;
--teal-500: #3DCEDB;
--teal-600: #23B1BE;
--teal-700: #1C8D97;
--teal-800: #14646C;
--teal-900: #0D4045;
--teal-950: #08282B;
}