Steel Blue
#5474C4
BlueColor Codes
All color formats for development
HEX
#5474C4RGB
rgb(84, 116, 196)HSL
hsl(223, 49%, 55%)OKLCH
oklch(0.573 0.129 266)CMYK
cmyk(57%, 41%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4063BC
2#3958A7
3#324D92
4#2B427D
5#243768
6#1D2C54
7#15213F
8#0E162A
9#070B15
Tints
Lighter variations
1#6582CA
2#7690D0
3#879ED6
4#98ACDC
5#AAB9E2
6#BBC7E8
7#CCD5ED
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5A76BF
2#5F79B9
3#657BB4
4#6B7EAE
5#7080A8
6#7683A3
7#7B859D
8#818797
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A93 #7A93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5474 #5474C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3958 #3958A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E46 #2E4685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B8E1;
--steel-blue-400: #7A93D1;
--steel-blue-500: #5474C4;
--steel-blue-600: #3958A7;
--steel-blue-700: #2E4685;
--steel-blue-800: #21325F;
--steel-blue-900: #15203D;
--steel-blue-950: #0D1426;
}