Steel Blue
#547BC4
BlueColor Codes
All color formats for development
HEX
#547BC4RGB
rgb(84, 123, 196)HSL
hsl(219, 49%, 55%)OKLCH
oklch(0.588 0.121 262)CMYK
cmyk(57%, 37%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406CBC
2#3960A7
3#325492
4#2B487D
5#243C68
6#1D3054
7#15243F
8#0E182A
9#070C15
Tints
Lighter variations
1#6589CA
2#7696D0
3#87A3D6
4#98B0DC
5#AABDE2
6#BBCAE8
7#CCD8ED
8#DDE5F3
9#EEF2F9
Tones
Muted variations
1#5A7DBF
2#5F7FB9
3#6580B4
4#6B82AE
5#7084A8
6#7686A3
7#7B879D
8#818997
9#878B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7A99 #7A99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547B #547BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3960 #3960A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CED9EE;
--steel-blue-300: #A8BCE1;
--steel-blue-400: #7A99D1;
--steel-blue-500: #547BC4;
--steel-blue-600: #3960A7;
--steel-blue-700: #2E4C85;
--steel-blue-800: #21365F;
--steel-blue-900: #15233D;
--steel-blue-950: #0D1626;
}