Teal
#306A82
BlueColor Codes
All color formats for development
HEX
#306A82RGB
rgb(48, 106, 130)HSL
hsl(198, 46%, 35%)OKLCH
oklch(0.496 0.071 227.9)CMYK
cmyk(63%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5F75
2#275568
3#224A5B
4#1D3F4E
5#183541
6#132A34
7#0E2027
8#0A151A
9#050B0D
Tints
Lighter variations
1#397D9B
2#4291B3
3#56A0C0
4#6EAEC9
5#86BBD2
6#9EC9DB
7#B6D6E4
8#CFE4ED
9#E7F1F6
Tones
Muted variations
1#34687E
2#38667A
3#3D6576
4#416372
5#45616E
6#49606A
7#4D5E66
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 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CF #A9CFDF | BordersInactive statesPlaceholder text |
| 400 | 7DB6 #7DB6CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A1 #57A1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D85 #3D85A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306A #306A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F0F5;
--teal-200: #CFE4ED;
--teal-300: #A9CFDF;
--teal-400: #7DB6CF;
--teal-500: #57A1C1;
--teal-600: #3D85A4;
--teal-700: #306A82;
--teal-800: #224B5D;
--teal-900: #16303C;
--teal-950: #0E1E25;
}