Steel Blue
#5469C4
BlueColor Codes
All color formats for development
HEX
#5469C4RGB
rgb(84, 105, 196)HSL
hsl(229, 49%, 55%)OKLCH
oklch(0.55 0.143 271.2)CMYK
cmyk(57%, 46%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4057BC
2#394DA7
3#324492
4#2B3A7D
5#243068
6#1D2754
7#151D3F
8#0E132A
9#070A15
Tints
Lighter variations
1#6578CA
2#7687D0
3#8796D6
4#98A5DC
5#AAB4E2
6#BBC3E8
7#CCD2ED
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5A6CBF
2#5F70B9
3#6573B4
4#6B77AE
5#707AA8
6#767EA3
7#7B829D
8#818597
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 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8A #7A8AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5469 #5469C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394D #394DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3D | 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: #A8B2E1;
--steel-blue-400: #7A8AD1;
--steel-blue-500: #5469C4;
--steel-blue-600: #394DA7;
--steel-blue-700: #2E3E85;
--steel-blue-800: #212C5F;
--steel-blue-900: #151C3D;
--steel-blue-950: #0D1226;
}