Teal
#306E82
BlueColor Codes
All color formats for development
HEX
#306E82RGB
rgb(48, 110, 130)HSL
hsl(195, 46%, 35%)OKLCH
oklch(0.506 0.071 222.1)CMYK
cmyk(63%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6375
2#275868
3#224D5B
4#1D424E
5#183741
6#132C34
7#0E2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#39829B
2#4297B3
3#56A6C0
4#6EB2C9
5#86BFD2
6#9ECCDB
7#B6D9E4
8#CFE5ED
9#E7F2F6
Tones
Muted variations
1#346C7E
2#386A7A
3#3D6876
4#416672
5#45646E
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 | A9D2 #A9D2DF | BordersInactive statesPlaceholder text |
| 400 | 7DBA #7DBACF | Disabled statesSecondary iconsMuted text |
| 500 | 57A7 #57A7C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8A #3D8AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306E #306E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224E #224E5D | 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: #A9D2DF;
--teal-400: #7DBACF;
--teal-500: #57A7C1;
--teal-600: #3D8AA4;
--teal-700: #306E82;
--teal-800: #224E5D;
--teal-900: #16323C;
--teal-950: #0E1F25;
}