Steel Blue
#548AC4
BlueColor Codes
All color formats for development
HEX
#548AC4RGB
rgb(84, 138, 196)HSL
hsl(211, 49%, 55%)OKLCH
oklch(0.621 0.106 251.4)CMYK
cmyk(57%, 30%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#407CBC
2#396EA7
3#326192
4#2B537D
5#244568
6#1D3754
7#15293F
8#0E1C2A
9#070E15
Tints
Lighter variations
1#6596CA
2#76A2D0
3#87ADD6
4#98B9DC
5#AAC5E2
6#BBD0E8
7#CCDCED
8#DDE8F3
9#EEF3F9
Tones
Muted variations
1#5A8BBF
2#5F8BB9
3#658BB4
4#6B8BAE
5#708BA8
6#768CA3
7#7B8C9D
8#818C97
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CEDDEE;
--steel-blue-300: #A8C3E1;
--steel-blue-400: #7AA4D1;
--steel-blue-500: #548AC4;
--steel-blue-600: #396EA7;
--steel-blue-700: #2E5885;
--steel-blue-800: #213F5F;
--steel-blue-900: #15283D;
--steel-blue-950: #0D1926;
}