Steel Blue
#5D6DBB
BlueColor Codes
All color formats for development
HEX
#5D6DBBRGB
rgb(93, 109, 187)HSL
hsl(230, 41%, 55%)OKLCH
oklch(0.558 0.122 273.1)CMYK
cmyk(50%, 42%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5CB2
2#42529E
3#3A478A
4#323D77
5#293363
6#21294F
7#191F3B
8#111428
9#080A14
Tints
Lighter variations
1#6D7BC2
2#7E8AC9
3#8E99D0
4#9EA7D6
5#AEB6DD
6#BEC5E4
7#CED3EB
8#DFE2F1
9#EFF0F8
Tones
Muted variations
1#6270B7
2#6773B2
3#6B76AD
4#7079A8
5#757DA4
6#79809F
7#7E839A
8#838696
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 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818D #818DCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6D #5D6DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4252 #42529E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3541 #35417E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | 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: #D0D5EB;
--steel-blue-300: #ACB4DC;
--steel-blue-400: #818DCA;
--steel-blue-500: #5D6DBB;
--steel-blue-600: #42529E;
--steel-blue-700: #35417E;
--steel-blue-800: #262E5A;
--steel-blue-900: #181E3A;
--steel-blue-950: #0F1324;
}