Steel Blue
#546BC4
BlueColor Codes
All color formats for development
HEX
#546BC4RGB
rgb(84, 107, 196)HSL
hsl(228, 49%, 55%)OKLCH
oklch(0.554 0.14 270.4)CMYK
cmyk(57%, 45%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4059BC
2#394FA7
3#324592
4#2B3B7D
5#243268
6#1D2854
7#151E3F
8#0E142A
9#070A15
Tints
Lighter variations
1#6579CA
2#7688D0
3#8797D6
4#98A6DC
5#AAB5E2
6#BBC4E8
7#CCD2ED
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5A6EBF
2#5F71B9
3#6575B4
4#6B78AE
5#707BA8
6#767FA3
7#7B829D
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 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8C #7A8CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546B #546BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394F #394FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3F #2E3F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212D #212D5F | 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: #CED4EE;
--steel-blue-300: #A8B3E1;
--steel-blue-400: #7A8CD1;
--steel-blue-500: #546BC4;
--steel-blue-600: #394FA7;
--steel-blue-700: #2E3F85;
--steel-blue-800: #212D5F;
--steel-blue-900: #151D3D;
--steel-blue-950: #0D1226;
}