Teal
#18739A
BlueColor Codes
All color formats for development
HEX
#18739ARGB
rgb(24, 115, 154)HSL
hsl(198, 73%, 35%)OKLCH
oklch(0.524 0.1 232.8)CMYK
cmyk(84%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16688B
2#135C7C
3#11516C
4#0E455D
5#0C3A4D
6#0A2E3E
7#07232E
8#05171F
9#020C0F
Tints
Lighter variations
1#1D89B7
2#219ED4
3#36ADE0
4#53B9E4
5#70C4E9
6#8CD0ED
7#A9DCF2
8#C6E8F6
9#E2F3FB
Tones
Muted variations
1#1F7194
2#256E8D
3#2C6B87
4#326980
5#39667A
6#3F6473
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 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65C0 #65C0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AE #38AEE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E91 #1E91C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1873 #18739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1152 #11526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3547 | 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: #C6E8F6;
--teal-300: #9AD5EF;
--teal-400: #65C0E7;
--teal-500: #38AEE0;
--teal-600: #1E91C2;
--teal-700: #18739A;
--teal-800: #11526E;
--teal-900: #0B3547;
--teal-950: #07212C;
}