Teal
#13A08B
CyanColor Codes
All color formats for development
HEX
#13A08BRGB
rgb(19, 160, 139)HSL
hsl(171, 79%, 35%)OKLCH
oklch(0.633 0.113 178.7)CMYK
cmyk(88%, 0%, 13%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11907D
2#0F806F
3#0D7061
4#0B6053
5#095045
6#074037
7#06302A
8#04201C
9#02100E
Tints
Lighter variations
1#16BDA4
2#1ADBBE
3#2FE7CB
4#4DEAD3
5#6BEEDA
6#88F1E1
7#A6F5E9
8#C4F8F0
9#E1FCF8
Tones
Muted variations
1#1A9986
2#219281
3#288B7C
4#2F8477
5#367D72
6#3D756D
7#446E68
8#4B6763
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF7;
--teal-200: #C4F8F0;
--teal-300: #96F3E5;
--teal-400: #5FECD7;
--teal-500: #32E7CC;
--teal-600: #18C9AE;
--teal-700: #13A08B;
--teal-800: #0D7263;
--teal-900: #09493F;
--teal-950: #052E28;
}