Teal
#306382
BlueColor Codes
All color formats for development
HEX
#306382RGB
rgb(48, 99, 130)HSL
hsl(203, 46%, 35%)OKLCH
oklch(0.478 0.074 237.8)CMYK
cmyk(63%, 24%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5975
2#274F68
3#22455B
4#1D3B4E
5#183141
6#132834
7#0E1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#39759B
2#4288B3
3#5697C0
4#6EA6C9
5#86B5D2
6#9EC4DB
7#B6D3E4
8#CFE1ED
9#E7F0F6
Tones
Muted variations
1#34627E
2#38617A
3#3D6076
4#415F72
5#455E6E
6#495D6A
7#4D5C66
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 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF5;
--teal-200: #CFE1ED;
--teal-300: #A9CBDF;
--teal-400: #7DAFCF;
--teal-500: #5799C1;
--teal-600: #3D7CA4;
--teal-700: #306382;
--teal-800: #22475D;
--teal-900: #162D3C;
--teal-950: #0E1C25;
}