Teal
#18689A
BlueColor Codes
All color formats for development
HEX
#18689ARGB
rgb(24, 104, 154)HSL
hsl(203, 73%, 35%)OKLCH
oklch(0.496 0.108 242.3)CMYK
cmyk(84%, 32%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165E8B
2#13547C
3#11496C
4#0E3F5D
5#0C344D
6#0A2A3E
7#071F2E
8#05151F
9#020A0F
Tints
Lighter variations
1#1D7CB7
2#218FD4
3#369FE0
4#53ACE4
5#70BAE9
6#8CC8ED
7#A9D6F2
8#C6E3F6
9#E2F1FB
Tones
Muted variations
1#1F6794
2#25658D
3#2C6487
4#326280
5#39617A
6#3F5F73
7#465E6D
8#4C5C66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F0FA;
--teal-200: #C6E3F6;
--teal-300: #9ACEEF;
--teal-400: #65B5E7;
--teal-500: #38A0E0;
--teal-600: #1E83C2;
--teal-700: #18689A;
--teal-800: #114B6E;
--teal-900: #0B3047;
--teal-950: #071E2C;
}