Steel Blue
#5478C4
BlueColor Codes
All color formats for development
HEX
#5478C4RGB
rgb(84, 120, 196)HSL
hsl(221, 49%, 55%)OKLCH
oklch(0.581 0.124 263.8)CMYK
cmyk(57%, 39%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4068BC
2#395CA7
3#325192
4#2B457D
5#243A68
6#1D2E54
7#15233F
8#0E172A
9#070C15
Tints
Lighter variations
1#6585CA
2#7693D0
3#87A0D6
4#98AEDC
5#AABBE2
6#BBC9E8
7#CCD6ED
8#DDE4F3
9#EEF1F9
Tones
Muted variations
1#5A7ABF
2#5F7CB9
3#657EB4
4#6B80AE
5#7082A8
6#7684A3
7#7B869D
8#818897
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CED8EE;
--steel-blue-300: #A8BAE1;
--steel-blue-400: #7A96D1;
--steel-blue-500: #5478C4;
--steel-blue-600: #395CA7;
--steel-blue-700: #2E4985;
--steel-blue-800: #21345F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}