Steel Blue
#5F68B9
BlueColor Codes
All color formats for development
HEX
#5F68B9RGB
rgb(95, 104, 185)HSL
hsl(234, 39%, 55%)OKLCH
oklch(0.548 0.126 276.6)CMYK
cmyk(49%, 44%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D57AF
2#444D9C
3#3C4488
4#333A75
5#2B3061
6#22274E
7#1A1D3A
8#111327
9#090A13
Tints
Lighter variations
1#6F78C0
2#7F87C7
3#8F96CE
4#9FA5D5
5#AFB4DC
6#BFC3E3
7#CFD2EA
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#646CB5
2#6870B0
3#6D73AC
4#7177A7
5#767AA3
6#7A7E9E
7#7F829A
8#838595
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 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DB | BordersInactive statesPlaceholder text |
| 400 | 838A #838AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F68 #5F68B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444D #444D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272C #272C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | 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: #D1D4EB;
--steel-blue-300: #ADB2DB;
--steel-blue-400: #838AC9;
--steel-blue-500: #5F68B9;
--steel-blue-600: #444D9C;
--steel-blue-700: #363D7C;
--steel-blue-800: #272C59;
--steel-blue-900: #191C39;
--steel-blue-950: #101223;
}