Steel Blue
#5D6ABB
BlueColor Codes
All color formats for development
HEX
#5D6ABBRGB
rgb(93, 106, 187)HSL
hsl(232, 41%, 55%)OKLCH
oklch(0.552 0.126 274.6)CMYK
cmyk(50%, 43%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A58B2
2#424E9E
3#3A458A
4#323B77
5#293163
6#21274F
7#191D3B
8#111428
9#080A14
Tints
Lighter variations
1#6D79C2
2#7E88C9
3#8E97D0
4#9EA5D6
5#AEB4DD
6#BEC3E4
7#CED2EB
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#626DB7
2#6771B2
3#6B74AD
4#7078A8
5#757BA4
6#797E9F
7#7E829A
8#838596
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DC | BordersInactive statesPlaceholder text |
| 400 | 818B #818BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6A #5D6ABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424E #424E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353E #353E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D0D4EB;
--steel-blue-300: #ACB3DC;
--steel-blue-400: #818BCA;
--steel-blue-500: #5D6ABB;
--steel-blue-600: #424E9E;
--steel-blue-700: #353E7E;
--steel-blue-800: #262D5A;
--steel-blue-900: #181D3A;
--steel-blue-950: #0F1224;
}