Teal
#14616B
CyanColor Codes
All color formats for development
HEX
#14616BRGB
rgb(20, 97, 107)HSL
hsl(187, 69%, 25%)OKLCH
oklch(0.453 0.072 208.2)CMYK
cmyk(81%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125861
2#104E56
3#0E444B
4#0C3A41
5#0A3136
6#08272B
7#061D20
8#041316
9#020A0B
Tints
Lighter variations
1#1A7F8C
2#209CAC
3#26B9CD
4#3DC9DB
5#5DD2E1
6#7EDBE7
7#9EE4ED
8#BEEDF3
9#DFF6F9
Tones
Muted variations
1#185E67
2#1D5B63
3#21575F
4#25545A
5#2A5156
6#2E4D51
7#334A4D
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3ED | BordersInactive statesPlaceholder text |
| 400 | 68D5 #68D5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC9 #3DC9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AC #23ACBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C88 #1C8897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F7F9;
--teal-200: #C7EFF5;
--teal-300: #9CE3ED;
--teal-400: #68D5E3;
--teal-500: #3DC9DB;
--teal-600: #23ACBE;
--teal-700: #1C8897;
--teal-800: #14616C;
--teal-900: #0D3E45;
--teal-950: #08272B;
}