Teal
#13A09B
CyanColor Codes
All color formats for development
HEX
#13A09BRGB
rgb(19, 160, 155)HSL
hsl(178, 79%, 35%)OKLCH
oklch(0.639 0.107 190.8)CMYK
cmyk(88%, 0%, 3%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11908C
2#0F807C
3#0D706D
4#0B605D
5#09504E
6#07403E
7#06302F
8#04201F
9#021010
Tints
Lighter variations
1#16BDB8
2#1ADBD5
3#2FE7E1
4#4DEAE5
5#6BEEE9
6#88F1EE
7#A6F5F2
8#C4F8F6
9#E1FCFB
Tones
Muted variations
1#1A9994
2#21928E
3#288B87
4#2F8481
5#367D7A
6#3D7574
7#446E6D
8#4B6766
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F8F6;
--teal-300: #96F3F0;
--teal-400: #5FECE8;
--teal-500: #32E7E1;
--teal-600: #18C9C3;
--teal-700: #13A09B;
--teal-800: #0D726F;
--teal-900: #094947;
--teal-950: #052E2C;
}