Teal
#246B8F
BlueColor Codes
All color formats for development
HEX
#246B8FRGB
rgb(36, 107, 143)HSL
hsl(200, 60%, 35%)OKLCH
oklch(0.501 0.09 235)CMYK
cmyk(75%, 25%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206081
2#1D5672
3#194B64
4#154056
5#123647
6#0E2B39
7#0B202B
8#07151D
9#040B0E
Tints
Lighter variations
1#2A7FA9
2#3193C4
3#45A2D1
4#60AFD7
5#7ABDDE
6#95CAE4
7#AFD7EB
8#CAE4F2
9#E4F2F8
Tones
Muted variations
1#296989
2#2E6884
3#34667F
4#396479
5#3E6274
6#44606F
7#495F69
8#4F5D64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F1F8;
--teal-200: #CAE4F2;
--teal-300: #A1D0E8;
--teal-400: #70B8DB;
--teal-500: #47A3D1;
--teal-600: #2D87B4;
--teal-700: #246B8F;
--teal-800: #1A4C66;
--teal-900: #103141;
--teal-950: #0A1F29;
}