Steel Blue
#5470C4
BlueColor Codes
All color formats for development
HEX
#5470C4RGB
rgb(84, 112, 196)HSL
hsl(225, 49%, 55%)OKLCH
oklch(0.564 0.134 268.1)CMYK
cmyk(57%, 43%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405FBC
2#3955A7
3#324A92
4#2B407D
5#243568
6#1D2A54
7#15203F
8#0E152A
9#070B15
Tints
Lighter variations
1#657ECA
2#768DD0
3#879BD6
4#98A9DC
5#AAB8E2
6#BBC6E8
7#CCD4ED
8#DDE2F3
9#EEF1F9
Tones
Muted variations
1#5A73BF
2#5F76B9
3#6579B4
4#6B7BAE
5#707EA8
6#7681A3
7#7B849D
8#818797
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B6 #A8B6E1 | BordersInactive statesPlaceholder text |
| 400 | 7A90 #7A90D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5470 #5470C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3955 #3955A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E43 #2E4385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2130 #21305F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151F #151F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CED6EE;
--steel-blue-300: #A8B6E1;
--steel-blue-400: #7A90D1;
--steel-blue-500: #5470C4;
--steel-blue-600: #3955A7;
--steel-blue-700: #2E4385;
--steel-blue-800: #21305F;
--steel-blue-900: #151F3D;
--steel-blue-950: #0D1326;
}