Teal
#306082
BlueColor Codes
All color formats for development
HEX
#306082RGB
rgb(48, 96, 130)HSL
hsl(205, 46%, 35%)OKLCH
oklch(0.471 0.076 241.7)CMYK
cmyk(63%, 26%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5675
2#274D68
3#22435B
4#1D3A4E
5#183041
6#132634
7#0E1D27
8#0A131A
9#050A0D
Tints
Lighter variations
1#39729B
2#4284B3
3#5694C0
4#6EA3C9
5#86B2D2
6#9EC2DB
7#B6D1E4
8#CFE0ED
9#E7F0F6
Tones
Muted variations
1#345F7E
2#385F7A
3#3D5E76
4#415D72
5#455D6E
6#495C6A
7#4D5B66
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 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF5;
--teal-200: #CFE0ED;
--teal-300: #A9C9DF;
--teal-400: #7DADCF;
--teal-500: #5795C1;
--teal-600: #3D79A4;
--teal-700: #306082;
--teal-800: #22455D;
--teal-900: #162C3C;
--teal-950: #0E1B25;
}