Steel Blue
#5F6EB9
BlueColor Codes
All color formats for development
HEX
#5F6EB9RGB
rgb(95, 110, 185)HSL
hsl(230, 39%, 55%)OKLCH
oklch(0.56 0.117 273.5)CMYK
cmyk(49%, 41%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5DAF
2#44539C
3#3C4988
4#333E75
5#2B3461
6#222A4E
7#1A1F3A
8#111527
9#090A13
Tints
Lighter variations
1#6F7DC0
2#7F8BC7
3#8F9ACE
4#9FA8D5
5#AFB7DC
6#BFC5E3
7#CFD4EA
8#DFE2F1
9#EFF1F8
Tones
Muted variations
1#6471B5
2#6874B0
3#6D77AC
4#717AA7
5#767DA3
6#7A809E
7#7F839A
8#838695
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DB | BordersInactive statesPlaceholder text |
| 400 | 838F #838FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6E #5F6EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4453 #44539C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3642 #36427C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272F #272F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB5DB;
--steel-blue-400: #838FC9;
--steel-blue-500: #5F6EB9;
--steel-blue-600: #44539C;
--steel-blue-700: #36427C;
--steel-blue-800: #272F59;
--steel-blue-900: #191E39;
--steel-blue-950: #101323;
}