Teal
#19779A
BlueColor Codes
All color formats for development
HEX
#19779ARGB
rgb(25, 119, 154)HSL
hsl(196, 72%, 35%)OKLCH
oklch(0.534 0.098 229.1)CMYK
cmyk(84%, 23%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166B8A
2#145F7B
3#11536B
4#0F485C
5#0C3C4D
6#0A303D
7#07242E
8#05181F
9#020C0F
Tints
Lighter variations
1#1E8DB6
2#22A4D3
3#37B2DF
4#54BDE3
5#70C8E8
6#8DD3EC
7#A9DEF1
8#C6E9F6
9#E2F4FA
Tones
Muted variations
1#1F7493
2#26718D
3#2C6E86
4#336B80
5#396879
6#406573
7#46626D
8#4C5F66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E9 #C6E9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD8 #9AD8EF | BordersInactive statesPlaceholder text |
| 400 | 65C4 #65C4E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB3 #3AB3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F96 #1F96C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1977 #19779A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1255 #12556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3746 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FA;
--teal-200: #C6E9F6;
--teal-300: #9AD8EF;
--teal-400: #65C4E6;
--teal-500: #3AB3DF;
--teal-600: #1F96C1;
--teal-700: #19779A;
--teal-800: #12556E;
--teal-900: #0B3746;
--teal-950: #07222C;
}