Teal
#1381A0
CyanColor Codes
All color formats for development
HEX
#1381A0RGB
rgb(19, 129, 160)HSL
hsl(193, 79%, 35%)OKLCH
oklch(0.561 0.101 223.4)CMYK
cmyk(88%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117490
2#0F6780
3#0D5A70
4#0B4E60
5#094150
6#073440
7#062730
8#041A20
9#020D10
Tints
Lighter variations
1#1699BD
2#1AB1DB
3#2FBFE7
4#4DC8EA
5#6BD1EE
6#88DAF1
7#A6E4F5
8#C4EDF8
9#E1F6FC
Tones
Muted variations
1#1A7D99
2#217992
3#28758B
4#2F7184
5#366D7D
6#3D6975
7#44656E
8#4B6167
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DF #96DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FCE #5FCEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32C0 #32C0E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A2 #18A2C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1381 #1381A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5C #0D5C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C4EDF8;
--teal-300: #96DFF3;
--teal-400: #5FCEEC;
--teal-500: #32C0E7;
--teal-600: #18A2C9;
--teal-700: #1381A0;
--teal-800: #0D5C72;
--teal-900: #093B49;
--teal-950: #05252E;
}