Teal
#14626B
CyanColor Codes
All color formats for development
HEX
#14626BRGB
rgb(20, 98, 107)HSL
hsl(186, 69%, 25%)OKLCH
oklch(0.456 0.072 206.7)CMYK
cmyk(81%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125961
2#104F56
3#0E454B
4#0C3B41
5#0A3136
6#08282B
7#061E20
8#041416
9#020A0B
Tints
Lighter variations
1#1A818C
2#209EAC
3#26BCCD
4#3DCCDB
5#5DD4E1
6#7EDDE7
7#9EE5ED
8#BEEEF3
9#DFF6F9
Tones
Muted variations
1#185F67
2#1D5C63
3#21585F
4#25555A
5#2A5156
6#2E4E51
7#334A4D
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 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE5 #9CE5ED | BordersInactive statesPlaceholder text |
| 400 | 68D7 #68D7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCC #3DCCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AE #23AEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8B #1C8B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1463 #14636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | 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: #C7F0F5;
--teal-300: #9CE5ED;
--teal-400: #68D7E3;
--teal-500: #3DCCDB;
--teal-600: #23AEBE;
--teal-700: #1C8B97;
--teal-800: #14636C;
--teal-900: #0D3F45;
--teal-950: #08282B;
}