Steel Blue
#3960A7
BlueColor Codes
All color formats for development
HEX
#3960A7RGB
rgb(57, 96, 167)HSL
hsl(219, 49%, 44%)OKLCH
oklch(0.497 0.122 261.4)CMYK
cmyk(66%, 43%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335696
2#2E4D86
3#284375
4#223964
5#1D3054
6#172643
7#111D32
8#0B1321
9#060A11
Tints
Lighter variations
1#416CBC
2#557CC5
3#6A8CCC
4#7F9DD3
5#95ADDB
6#AABDE2
7#BFCEE9
8#D4DEF0
9#EAEFF8
Tones
Muted variations
1#3F61A2
2#44639C
3#4A6597
4#4F6691
5#55688C
6#5A6A86
7#606B81
8#656D7B
9#6B6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7A99 #7A99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547B #547BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3960 #3960A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CED9EE;
--steel-blue-300: #A8BCE1;
--steel-blue-400: #7A99D1;
--steel-blue-500: #547BC4;
--steel-blue-600: #3960A7;
--steel-blue-700: #2E4C85;
--steel-blue-800: #21365F;
--steel-blue-900: #15233D;
--steel-blue-950: #0D1626;
}