Steel Blue
#547DC4
BlueColor Codes
All color formats for development
HEX
#547DC4RGB
rgb(84, 125, 196)HSL
hsl(218, 49%, 55%)OKLCH
oklch(0.592 0.119 260.8)CMYK
cmyk(57%, 36%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406EBC
2#3962A7
3#325592
4#2B497D
5#243D68
6#1D3154
7#15253F
8#0E182A
9#070C15
Tints
Lighter variations
1#658ACA
2#7697D0
3#87A4D6
4#98B1DC
5#AABEE2
6#BBCBE8
7#CCD8ED
8#DDE5F3
9#EEF2F9
Tones
Muted variations
1#5A7FBF
2#5F80B9
3#6582B4
4#6B83AE
5#7085A8
6#7686A3
7#7B889D
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 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9A #7A9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 547D #547DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3962 #3962A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375F | 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: #CEDAEE;
--steel-blue-300: #A8BDE1;
--steel-blue-400: #7A9AD1;
--steel-blue-500: #547DC4;
--steel-blue-600: #3962A7;
--steel-blue-700: #2E4E85;
--steel-blue-800: #21375F;
--steel-blue-900: #15233D;
--steel-blue-950: #0D1626;
}