Steel Blue
#3958A7
BlueColor Codes
All color formats for development
HEX
#3958A7RGB
rgb(57, 88, 167)HSL
hsl(223, 49%, 44%)OKLCH
oklch(0.479 0.132 265.6)CMYK
cmyk(66%, 47%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335096
2#2E4786
3#283E75
4#223564
5#1D2C54
6#172343
7#111B32
8#0B1221
9#060911
Tints
Lighter variations
1#4164BC
2#5575C5
3#6A86CC
4#7F97D3
5#95A8DB
6#AABAE2
7#BFCBE9
8#D4DCF0
9#EAEEF8
Tones
Muted variations
1#3F5BA2
2#445D9C
3#4A6097
4#4F6291
5#55648C
6#5A6786
7#606981
8#656B7B
9#6B6E76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A93 #7A93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5474 #5474C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3958 #3958A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E46 #2E4685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B8E1;
--steel-blue-400: #7A93D1;
--steel-blue-500: #5474C4;
--steel-blue-600: #3958A7;
--steel-blue-700: #2E4685;
--steel-blue-800: #21325F;
--steel-blue-900: #15203D;
--steel-blue-950: #0D1426;
}