Steel Blue
#546CC4
BlueColor Codes
All color formats for development
HEX
#546CC4RGB
rgb(84, 108, 196)HSL
hsl(227, 49%, 55%)OKLCH
oklch(0.556 0.139 269.9)CMYK
cmyk(57%, 45%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405BBC
2#3951A7
3#324792
4#2B3D7D
5#243368
6#1D2954
7#151E3F
8#0E142A
9#070A15
Tints
Lighter variations
1#657BCA
2#768AD0
3#8798D6
4#98A7DC
5#AAB6E2
6#BBC4E8
7#CCD3ED
8#DDE2F3
9#EEF0F9
Tones
Muted variations
1#5A70BF
2#5F73B9
3#6576B4
4#6B79AE
5#707CA8
6#7680A3
7#7B839D
8#818697
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8D #7A8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546C #546CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3951 #3951A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CED5EE;
--steel-blue-300: #A8B4E1;
--steel-blue-400: #7A8DD1;
--steel-blue-500: #546CC4;
--steel-blue-600: #3951A7;
--steel-blue-700: #2E4085;
--steel-blue-800: #212E5F;
--steel-blue-900: #151D3D;
--steel-blue-950: #0D1226;
}