Teal
#14676B
CyanColor Codes
All color formats for development
HEX
#14676BRGB
rgb(20, 103, 107)HSL
hsl(183, 69%, 25%)OKLCH
oklch(0.47 0.074 199.9)CMYK
cmyk(81%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125D61
2#105356
3#0E484B
4#0C3E41
5#0A3436
6#08292B
7#061F20
8#041516
9#020A0B
Tints
Lighter variations
1#1A868C
2#20A5AC
3#26C4CD
4#3DD4DB
5#5DDBE1
6#7EE2E7
7#9EE9ED
8#BEF1F3
9#DFF8F9
Tones
Muted variations
1#186367
2#1D5F63
3#215B5F
4#25585A
5#2A5456
6#2E5051
7#334C4D
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 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8F9;
--teal-200: #C7F2F5;
--teal-300: #9CE9ED;
--teal-400: #68DDE3;
--teal-500: #3DD4DB;
--teal-600: #23B6BE;
--teal-700: #1C9197;
--teal-800: #14676C;
--teal-900: #0D4245;
--teal-950: #08292B;
}