Teal
#19739A
BlueColor Codes
All color formats for development
HEX
#19739ARGB
rgb(25, 115, 154)HSL
hsl(198, 72%, 35%)OKLCH
oklch(0.524 0.1 232.9)CMYK
cmyk(84%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16678A
2#145C7B
3#11506B
4#0F455C
5#0C394D
6#0A2E3D
7#07222E
8#05171F
9#020B0F
Tints
Lighter variations
1#1E88B6
2#229ED3
3#37ACDF
4#54B8E3
5#70C4E8
6#8DD0EC
7#A9DCF1
8#C6E7F6
9#E2F3FA
Tones
Muted variations
1#1F7093
2#266E8D
3#2C6B86
4#336980
5#396679
6#406473
7#46616D
8#4C5E66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65BF #65BFE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AAD #3AADDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F91 #1F91C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1973 #19739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1252 #12526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3546 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F2FA;
--teal-200: #C6E7F6;
--teal-300: #9AD5EF;
--teal-400: #65BFE6;
--teal-500: #3AADDF;
--teal-600: #1F91C1;
--teal-700: #19739A;
--teal-800: #12526E;
--teal-900: #0B3546;
--teal-950: #07212C;
}