Teal
#139DA0
CyanColor Codes
All color formats for development
HEX
#139DA0RGB
rgb(19, 157, 160)HSL
hsl(181, 79%, 35%)OKLCH
oklch(0.633 0.105 197.3)CMYK
cmyk(88%, 2%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118E90
2#0F7E80
3#0D6E70
4#0B5E60
5#094F50
6#073F40
7#062F30
8#041F20
9#021010
Tints
Lighter variations
1#16BBBD
2#1AD8DB
3#2FE4E7
4#4DE7EA
5#6BEBEE
6#88EFF1
7#A6F3F5
8#C4F7F8
9#E1FBFC
Tones
Muted variations
1#1A9799
2#219092
3#28898B
4#2F8284
5#367B7D
6#3D7575
7#446E6E
8#4B6767
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F1 #96F1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEA #5FEAEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E4 #32E4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C6 #18C6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139D #139DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D70 #0D7072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F7F8;
--teal-300: #96F1F3;
--teal-400: #5FEAEC;
--teal-500: #32E4E7;
--teal-600: #18C6C9;
--teal-700: #139DA0;
--teal-800: #0D7072;
--teal-900: #094849;
--teal-950: #052D2E;
}