Steel Blue
#5F6AB9
BlueColor Codes
All color formats for development
HEX
#5F6AB9RGB
rgb(95, 106, 185)HSL
hsl(233, 39%, 55%)OKLCH
oklch(0.552 0.123 275.6)CMYK
cmyk(49%, 43%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D58AF
2#444F9C
3#3C4588
4#333B75
5#2B3161
6#22274E
7#1A1D3A
8#111427
9#090A13
Tints
Lighter variations
1#6F79C0
2#7F88C7
3#8F97CE
4#9FA6D5
5#AFB4DC
6#BFC3E3
7#CFD2EA
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#646DB5
2#6871B0
3#6D74AC
4#7178A7
5#767BA3
6#7A7F9E
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 | ADB3 #ADB3DB | BordersInactive statesPlaceholder text |
| 400 | 838B #838BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6A #5F6AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444F #444F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272D #272D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | 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: #ADB3DB;
--steel-blue-400: #838BC9;
--steel-blue-500: #5F6AB9;
--steel-blue-600: #444F9C;
--steel-blue-700: #363F7C;
--steel-blue-800: #272D59;
--steel-blue-900: #191D39;
--steel-blue-950: #101223;
}