Steel Blue
#547AC4
BlueColor Codes
All color formats for development
HEX
#547AC4RGB
rgb(84, 122, 196)HSL
hsl(220, 49%, 55%)OKLCH
oklch(0.586 0.122 262.6)CMYK
cmyk(57%, 38%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406ABC
2#395EA7
3#325292
4#2B467D
5#243B68
6#1D2F54
7#15233F
8#0E172A
9#070C15
Tints
Lighter variations
1#6587CA
2#7694D0
3#87A2D6
4#98AFDC
5#AABCE2
6#BBCAE8
7#CCD7ED
8#DDE4F3
9#EEF2F9
Tones
Muted variations
1#5A7BBF
2#5F7DB9
3#657FB4
4#6B81AE
5#7083A8
6#7685A3
7#7B879D
8#818997
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 | A8BB #A8BBE1 | BordersInactive statesPlaceholder text |
| 400 | 7A97 #7A97D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547A #547AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395E #395EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4B #2E4B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2135 #21355F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1522 #15223D | 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: #A8BBE1;
--steel-blue-400: #7A97D1;
--steel-blue-500: #547AC4;
--steel-blue-600: #395EA7;
--steel-blue-700: #2E4B85;
--steel-blue-800: #21355F;
--steel-blue-900: #15223D;
--steel-blue-950: #0D1526;
}