Teal
#306182
BlueColor Codes
All color formats for development
HEX
#306182RGB
rgb(48, 97, 130)HSL
hsl(204, 46%, 35%)OKLCH
oklch(0.473 0.075 240.4)CMYK
cmyk(63%, 25%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5875
2#274E68
3#22445B
4#1D3A4E
5#183141
6#132734
7#0E1D27
8#0A131A
9#050A0D
Tints
Lighter variations
1#39749B
2#4286B3
3#5696C0
4#6EA5C9
5#86B4D2
6#9EC3DB
7#B6D2E4
8#CFE1ED
9#E7F0F6
Tones
Muted variations
1#34617E
2#38607A
3#3D5F76
4#415E72
5#455D6E
6#495D6A
7#4D5C66
8#515B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CA #A9CADF | BordersInactive statesPlaceholder text |
| 400 | 7DAE #7DAECF | Disabled statesSecondary iconsMuted text |
| 500 | 5797 #5797C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7B #3D7BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3061 #306182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2246 #22465D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF5;
--teal-200: #CFE1ED;
--teal-300: #A9CADF;
--teal-400: #7DAECF;
--teal-500: #5797C1;
--teal-600: #3D7BA4;
--teal-700: #306182;
--teal-800: #22465D;
--teal-900: #162D3C;
--teal-950: #0E1C25;
}