Steel Blue
#5F64B9
BlueColor Codes
All color formats for development
HEX
#5F64B9RGB
rgb(95, 100, 185)HSL
hsl(237, 39%, 55%)OKLCH
oklch(0.54 0.131 278.5)CMYK
cmyk(49%, 46%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D52AF
2#44499C
3#3C4088
4#333775
5#2B2E61
6#22244E
7#1A1B3A
8#111227
9#090913
Tints
Lighter variations
1#6F73C0
2#7F83C7
3#8F92CE
4#9FA2D5
5#AFB1DC
6#BFC1E3
7#CFD0EA
8#DFE0F1
9#EFEFF8
Tones
Muted variations
1#6468B5
2#686CB0
3#6D70AC
4#7174A7
5#7678A3
6#7A7C9E
7#7F809A
8#838495
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DB | BordersInactive statesPlaceholder text |
| 400 | 8386 #8386C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F64 #5F64B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4449 #44499C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D2EB;
--steel-blue-300: #ADB0DB;
--steel-blue-400: #8386C9;
--steel-blue-500: #5F64B9;
--steel-blue-600: #44499C;
--steel-blue-700: #363A7C;
--steel-blue-800: #272959;
--steel-blue-900: #191A39;
--steel-blue-950: #101123;
}