Teal
#19849A
CyanColor Codes
All color formats for development
HEX
#19849ARGB
rgb(25, 132, 154)HSL
hsl(190, 72%, 35%)OKLCH
oklch(0.567 0.095 216)CMYK
cmyk(84%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16778A
2#146A7B
3#115C6B
4#0F4F5C
5#0C424D
6#0A353D
7#07282E
8#051A1F
9#020D0F
Tints
Lighter variations
1#1E9DB6
2#22B5D3
3#37C3DF
4#54CBE3
5#70D4E8
6#8DDDEC
7#A9E5F1
8#C6EEF6
9#E2F6FA
Tones
Muted variations
1#1F8093
2#267C8D
3#2C7786
4#337380
5#396F79
6#406A73
7#46666D
8#4C6266
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AC3 #3AC3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FA6 #1FA6C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1984 #19849A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EEF6;
--teal-300: #9AE1EF;
--teal-400: #65D1E6;
--teal-500: #3AC3DF;
--teal-600: #1FA6C1;
--teal-700: #19849A;
--teal-800: #125E6E;
--teal-900: #0B3C46;
--teal-950: #07262C;
}