Steel Blue
#5467C4
BlueColor Codes
All color formats for development
HEX
#5467C4RGB
rgb(84, 103, 196)HSL
hsl(230, 49%, 55%)OKLCH
oklch(0.546 0.145 272.1)CMYK
cmyk(57%, 47%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4055BC
2#394CA7
3#324292
4#2B397D
5#242F68
6#1D2654
7#151C3F
8#0E132A
9#070915
Tints
Lighter variations
1#6576CA
2#7685D0
3#8794D6
4#98A4DC
5#AAB3E2
6#BBC2E8
7#CCD1ED
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5A6BBF
2#5F6EB9
3#6572B4
4#6B76AE
5#707AA8
6#767DA3
7#7B819D
8#818597
9#878992
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;
}