Steel Blue
#547FC4
BlueColor Codes
All color formats for development
HEX
#547FC4RGB
rgb(84, 127, 196)HSL
hsl(217, 49%, 55%)OKLCH
oklch(0.596 0.116 259.5)CMYK
cmyk(57%, 35%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4070BC
2#3963A7
3#325792
4#2B4B7D
5#243E68
6#1D3254
7#15253F
8#0E192A
9#070C15
Tints
Lighter variations
1#658CCA
2#7699D0
3#87A5D6
4#98B2DC
5#AABFE2
6#BBCCE8
7#CCD9ED
8#DDE5F3
9#EEF2F9
Tones
Muted variations
1#5A80BF
2#5F82B9
3#6583B4
4#6B84AE
5#7086A8
6#7687A3
7#7B889D
8#818A97
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 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BE #A8BEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9C #7A9CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547F #547FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3963 #3963A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4F #2E4F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2138 #21385F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | 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: #CEDAEE;
--steel-blue-300: #A8BEE1;
--steel-blue-400: #7A9CD1;
--steel-blue-500: #547FC4;
--steel-blue-600: #3963A7;
--steel-blue-700: #2E4F85;
--steel-blue-800: #21385F;
--steel-blue-900: #15243D;
--steel-blue-950: #0D1726;
}