Teal
#18719A
BlueColor Codes
All color formats for development
HEX
#18719ARGB
rgb(24, 113, 154)HSL
hsl(199, 73%, 35%)OKLCH
oklch(0.519 0.101 234.6)CMYK
cmyk(84%, 27%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16668B
2#135B7C
3#114F6C
4#0E445D
5#0C394D
6#0A2D3E
7#07222E
8#05171F
9#020B0F
Tints
Lighter variations
1#1D86B7
2#219BD4
3#36AAE0
4#53B6E4
5#70C2E9
6#8CCEED
7#A9DBF2
8#C6E7F6
9#E2F3FB
Tones
Muted variations
1#1F6F94
2#256C8D
3#2C6A87
4#326880
5#39657A
6#3F6373
7#46606D
8#4C5E66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F2FA;
--teal-200: #C6E7F6;
--teal-300: #9AD4EF;
--teal-400: #65BEE7;
--teal-500: #38ABE0;
--teal-600: #1E8EC2;
--teal-700: #18719A;
--teal-800: #11516E;
--teal-900: #0B3447;
--teal-950: #07202C;
}