Steel Blue
#394CA7
BlueColor Codes
All color formats for development
HEX
#394CA7RGB
rgb(57, 76, 167)HSL
hsl(230, 49%, 44%)OKLCH
oklch(0.454 0.147 270.6)CMYK
cmyk(66%, 54%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334496
2#2E3C86
3#283575
4#222D64
5#1D2654
6#171E43
7#111732
8#0B0F21
9#060811
Tints
Lighter variations
1#4155BC
2#5567C5
3#6A7ACC
4#7F8DD3
5#95A0DB
6#AAB3E2
7#BFC6E9
8#D4D9F0
9#EAECF8
Tones
Muted variations
1#3F4FA2
2#44539C
3#4A5797
4#4F5A91
5#555E8C
6#5A6286
7#606581
8#65697B
9#6B6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7A89 #7A89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5467 #5467C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394C #394CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3C #2E3C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B1E1;
--steel-blue-400: #7A89D1;
--steel-blue-500: #5467C4;
--steel-blue-600: #394CA7;
--steel-blue-700: #2E3C85;
--steel-blue-800: #212B5F;
--steel-blue-900: #151B3D;
--steel-blue-950: #0D1126;
}