Teal
#306B82
BlueColor Codes
All color formats for development
HEX
#306B82RGB
rgb(48, 107, 130)HSL
hsl(197, 46%, 35%)OKLCH
oklch(0.499 0.071 226.5)CMYK
cmyk(63%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6075
2#275668
3#224B5B
4#1D404E
5#183641
6#132B34
7#0E2027
8#0A151A
9#050B0D
Tints
Lighter variations
1#397F9B
2#4293B3
3#56A2C0
4#6EAFC9
5#86BDD2
6#9ECADB
7#B6D7E4
8#CFE4ED
9#E7F2F6
Tones
Muted variations
1#34697E
2#38677A
3#3D6676
4#416472
5#45626E
6#49606A
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 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D0 #A9D0DF | BordersInactive statesPlaceholder text |
| 400 | 7DB8 #7DB8CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A3 #57A3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D87 #3D87A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306B #306B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224C #224C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313C | 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: #CFE4ED;
--teal-300: #A9D0DF;
--teal-400: #7DB8CF;
--teal-500: #57A3C1;
--teal-600: #3D87A4;
--teal-700: #306B82;
--teal-800: #224C5D;
--teal-900: #16313C;
--teal-950: #0E1F25;
}