Teal
#306882
BlueColor Codes
All color formats for development
HEX
#306882RGB
rgb(48, 104, 130)HSL
hsl(199, 46%, 35%)OKLCH
oklch(0.491 0.072 230.8)CMYK
cmyk(63%, 20%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5E75
2#275368
3#22495B
4#1D3F4E
5#183441
6#132A34
7#0E1F27
8#0A151A
9#050A0D
Tints
Lighter variations
1#397C9B
2#428FB3
3#569FC0
4#6EACC9
5#86BAD2
6#9EC8DB
7#B6D6E4
8#CFE3ED
9#E7F1F6
Tones
Muted variations
1#34677E
2#38657A
3#3D6476
4#416272
5#45616E
6#495F6A
7#4D5E66
8#515C61
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 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CE #A9CEDF | BordersInactive statesPlaceholder text |
| 400 | 7DB5 #7DB5CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A0 #57A0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D83 #3D83A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3068 #306882 | 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: #CFE3ED;
--teal-300: #A9CEDF;
--teal-400: #7DB5CF;
--teal-500: #57A0C1;
--teal-600: #3D83A4;
--teal-700: #306882;
--teal-800: #224B5D;
--teal-900: #16303C;
--teal-950: #0E1E25;
}