Teal
#13656C
CyanColor Codes
All color formats for development
HEX
#13656CRGB
rgb(19, 101, 108)HSL
hsl(185, 70%, 25%)OKLCH
oklch(0.464 0.074 203.8)CMYK
cmyk(82%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115B62
2#0F5157
3#0D474C
4#0B3D41
5#0A3236
6#08282B
7#061E21
8#041416
9#020A0B
Tints
Lighter variations
1#19838D
2#1FA2AD
3#24C0CE
4#3CCFDD
5#5CD7E2
6#7DDFE8
7#9DE7EE
8#BEEFF4
9#DEF7F9
Tones
Muted variations
1#186168
2#1C5E63
3#215A5F
4#25565B
5#295256
6#2E4F52
7#324B4D
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | 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: #E1F8FA;
--teal-200: #C7F1F5;
--teal-300: #9BE7ED;
--teal-400: #67DAE4;
--teal-500: #3CCFDD;
--teal-600: #22B2BF;
--teal-700: #1B8D98;
--teal-800: #13656C;
--teal-900: #0C4145;
--teal-950: #08282B;
}