Teal
#139BA0
CyanColor Codes
All color formats for development
HEX
#139BA0RGB
rgb(19, 155, 160)HSL
hsl(182, 79%, 35%)OKLCH
oklch(0.628 0.104 199)CMYK
cmyk(88%, 3%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118C90
2#0F7C80
3#0D6D70
4#0B5D60
5#094E50
6#073E40
7#062F30
8#041F20
9#021010
Tints
Lighter variations
1#16B8BD
2#1AD5DB
3#2FE1E7
4#4DE5EA
5#6BE9EE
6#88EEF1
7#A6F2F5
8#C4F6F8
9#E1FBFC
Tones
Muted variations
1#1A9499
2#218E92
3#28878B
4#2F8184
5#367A7D
6#3D7475
7#446D6E
8#4B6667
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F0 #96F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FE8 #5FE8EC | Disabled statesSecondary iconsMuted text |
| 500 | 32E1 #32E1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C3 #18C3C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139B #139BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C4F6F8;
--teal-300: #96F0F3;
--teal-400: #5FE8EC;
--teal-500: #32E1E7;
--teal-600: #18C3C9;
--teal-700: #139BA0;
--teal-800: #0D6F72;
--teal-900: #094749;
--teal-950: #052C2E;
}