Teal
#316581
BlueColor Codes
All color formats for development
HEX
#316581RGB
rgb(49, 101, 129)HSL
hsl(201, 45%, 35%)OKLCH
oklch(0.483 0.072 234.5)CMYK
cmyk(62%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5B74
2#275168
3#22475B
4#1D3D4E
5#193341
6#142934
7#0F1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#3A7899
2#438BB1
3#579BBF
4#6FA9C8
5#87B7D1
6#9FC6DB
7#B7D4E4
8#CFE2ED
9#E7F1F6
Tones
Muted variations
1#35647D
2#396379
3#3D6275
4#416071
5#455F6D
6#495E69
7#4D5D65
8#515C61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACC #AACCDF | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CE | Disabled statesSecondary iconsMuted text |
| 500 | 599C #599CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7F #3E7FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3165 #316581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2348 #23485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | 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: #F4F8FB;
--teal-100: #E5F0F5;
--teal-200: #CFE2ED;
--teal-300: #AACCDF;
--teal-400: #7EB2CE;
--teal-500: #599CC0;
--teal-600: #3E7FA3;
--teal-700: #316581;
--teal-800: #23485C;
--teal-900: #162E3B;
--teal-950: #0E1D25;
}