Teal
#306682
BlueColor Codes
All color formats for development
HEX
#306682RGB
rgb(48, 102, 130)HSL
hsl(200, 46%, 35%)OKLCH
oklch(0.486 0.073 233.6)CMYK
cmyk(63%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5D75
2#275268
3#22485B
4#1D3E4E
5#183341
6#132934
7#0E1F27
8#0A151A
9#050A0D
Tints
Lighter variations
1#397A9B
2#428DB3
3#569DC0
4#6EABC9
5#86B9D2
6#9EC7DB
7#B6D5E4
8#CFE3ED
9#E7F1F6
Tones
Muted variations
1#34667E
2#38647A
3#3D6376
4#416172
5#45606E
6#495F6A
7#4D5D66
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 | A9CD #A9CDDF | BordersInactive statesPlaceholder text |
| 400 | 7DB3 #7DB3CF | Disabled statesSecondary iconsMuted text |
| 500 | 579E #579EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D81 #3D81A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3067 #306782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224A #224A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162F #162F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | 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: #A9CDDF;
--teal-400: #7DB3CF;
--teal-500: #579EC1;
--teal-600: #3D81A4;
--teal-700: #306782;
--teal-800: #224A5D;
--teal-900: #162F3C;
--teal-950: #0E1D25;
}