Steel Blue
#5A64BF
BlueColor Codes
All color formats for development
HEX
#5A64BFRGB
rgb(90, 100, 191)HSL
hsl(234, 44%, 55%)OKLCH
oklch(0.54 0.141 275.9)CMYK
cmyk(53%, 48%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4752B6
2#3F49A2
3#37408D
4#2F3779
5#272D65
6#1F2451
7#181B3D
8#101228
9#080914
Tints
Lighter variations
1#6A73C5
2#7B83CC
3#8B92D2
4#9CA2D8
5#ACB1DF
6#BDC1E5
7#CDD0EC
8#DEE0F2
9#EEEFF9
Tones
Muted variations
1#5F68BA
2#646CB5
3#6970B0
4#6E74AB
5#7378A5
6#787CA0
7#7D809B
8#828496
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A64 #5A64BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F49 #3F49A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323A #323A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2EC;
--steel-blue-300: #ABB0DE;
--steel-blue-400: #7E86CD;
--steel-blue-500: #5A64BF;
--steel-blue-600: #3F49A2;
--steel-blue-700: #323A81;
--steel-blue-800: #24295C;
--steel-blue-900: #171A3B;
--steel-blue-950: #0E1125;
}