Teal
#306C82
BlueColor Codes
All color formats for development
HEX
#306C82RGB
rgb(48, 108, 130)HSL
hsl(196, 46%, 35%)OKLCH
oklch(0.501 0.071 225)CMYK
cmyk(63%, 17%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6275
2#275768
3#224C5B
4#1D414E
5#183641
6#132B34
7#0E2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#39819B
2#4295B3
3#56A4C0
4#6EB1C9
5#86BED2
6#9ECBDB
7#B6D8E4
8#CFE5ED
9#E7F2F6
Tones
Muted variations
1#346A7E
2#38697A
3#3D6776
4#416572
5#45636E
6#49616A
7#4D5F66
8#515D61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D1 #A9D1DF | BordersInactive statesPlaceholder text |
| 400 | 7DB9 #7DB9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A5 #57A5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D88 #3D88A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306C #306C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224D #224D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F1F5;
--teal-200: #CFE5ED;
--teal-300: #A9D1DF;
--teal-400: #7DB9CF;
--teal-500: #57A5C1;
--teal-600: #3D88A4;
--teal-700: #306C82;
--teal-800: #224D5D;
--teal-900: #16323C;
--teal-950: #0E1F25;
}