Teal
#138FA0
CyanColor Codes
All color formats for development
HEX
#138FA0RGB
rgb(19, 143, 160)HSL
hsl(187, 79%, 35%)OKLCH
oklch(0.597 0.1 210)CMYK
cmyk(88%, 11%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118190
2#0F7380
3#0D6470
4#0B5660
5#094850
6#073940
7#062B30
8#041D20
9#020E10
Tints
Lighter variations
1#16AABD
2#1AC5DB
3#2FD1E7
4#4DD8EA
5#6BDEEE
6#88E5F1
7#A6EBF5
8#C4F2F8
9#E1F8FC
Tones
Muted variations
1#1A8A99
2#218492
3#287F8B
4#2F7A84
5#36747D
6#3D6F75
7#44696E
8#4B6467
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E8 #96E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDC #5FDCEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D2 #32D2E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B4 #18B4C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138F #138FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D66 #0D6672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C4F2F8;
--teal-300: #96E8F3;
--teal-400: #5FDCEC;
--teal-500: #32D2E7;
--teal-600: #18B4C9;
--teal-700: #138FA0;
--teal-800: #0D6672;
--teal-900: #094249;
--teal-950: #05292E;
}