Steel Blue
#3D4CA4
BlueColor Codes
All color formats for development
HEX
#3D4CA4RGB
rgb(61, 76, 164)HSL
hsl(231, 46%, 44%)OKLCH
oklch(0.454 0.142 272.2)CMYK
cmyk(63%, 54%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374493
2#303D83
3#2A3573
4#242E62
5#1E2652
6#181E42
7#121731
8#0C0F21
9#060810
Tints
Lighter variations
1#4456B9
2#5868C1
3#6D7BC9
4#828ED1
5#97A1D8
6#ACB3E0
7#C0C6E8
8#D5D9F0
9#EAECF7
Tones
Muted variations
1#42509F
2#475399
3#4C5794
4#515B8F
5#565E8A
6#5C6285
7#616580
8#66697B
9#6B6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D89 #7D89CF | Disabled statesSecondary iconsMuted text |
| 500 | 5767 #5767C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4C #3D4CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303D #303D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD3ED;
--steel-blue-300: #A9B1DF;
--steel-blue-400: #7D89CF;
--steel-blue-500: #5767C1;
--steel-blue-600: #3D4CA4;
--steel-blue-700: #303D82;
--steel-blue-800: #222B5D;
--steel-blue-900: #161C3C;
--steel-blue-950: #0E1125;
}