Steel Blue
#5F6DB9
BlueColor Codes
All color formats for development
HEX
#5F6DB9RGB
rgb(95, 109, 185)HSL
hsl(231, 39%, 55%)OKLCH
oklch(0.558 0.119 274.1)CMYK
cmyk(49%, 41%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5CAF
2#44529C
3#3C4788
4#333D75
5#2B3361
6#22294E
7#1A1F3A
8#111427
9#090A13
Tints
Lighter variations
1#6F7CC0
2#7F8AC7
3#8F99CE
4#9FA7D5
5#AFB6DC
6#BFC5E3
7#CFD3EA
8#DFE2F1
9#EFF0F8
Tones
Muted variations
1#6470B5
2#6873B0
3#6D76AC
4#7179A7
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838D #838DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6D #5F6DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4452 #44529C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | 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: #E6E8F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB4DB;
--steel-blue-400: #838DC9;
--steel-blue-500: #5F6DB9;
--steel-blue-600: #44529C;
--steel-blue-700: #36417C;
--steel-blue-800: #272E59;
--steel-blue-900: #191E39;
--steel-blue-950: #101323;
}