Teal
#18789A
BlueColor Codes
All color formats for development
HEX
#18789ARGB
rgb(24, 120, 154)HSL
hsl(196, 73%, 35%)OKLCH
oklch(0.536 0.098 228)CMYK
cmyk(84%, 22%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166C8B
2#13607C
3#11546C
4#0E485D
5#0C3C4D
6#0A303E
7#07242E
8#05181F
9#020C0F
Tints
Lighter variations
1#1D8EB7
2#21A4D4
3#36B3E0
4#53BDE4
5#70C8E9
6#8CD3ED
7#A9DEF2
8#C6E9F6
9#E2F4FB
Tones
Muted variations
1#1F7594
2#25728D
3#2C6F87
4#326B80
5#39687A
6#3F6573
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 #65C4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B3 #38B3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E96 #1E96C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1878 #18789A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1155 #11556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3747 | 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: #65C4E7;
--teal-500: #38B3E0;
--teal-600: #1E96C2;
--teal-700: #18789A;
--teal-800: #11556E;
--teal-900: #0B3747;
--teal-950: #07222C;
}