Steel Blue
#5A6BBF
BlueColor Codes
All color formats for development
HEX
#5A6BBFRGB
rgb(90, 107, 191)HSL
hsl(230, 44%, 55%)OKLCH
oklch(0.555 0.131 272.8)CMYK
cmyk(53%, 44%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4759B6
2#3F4FA2
3#37458D
4#2F3B79
5#273265
6#1F2851
7#181E3D
8#101428
9#080A14
Tints
Lighter variations
1#6A79C5
2#7B88CC
3#8B97D2
4#9CA6D8
5#ACB5DF
6#BDC4E5
7#CDD2EC
8#DEE1F2
9#EEF0F9
Tones
Muted variations
1#5F6EBA
2#6471B5
3#6975B0
4#6E78AB
5#737BA5
6#787FA0
7#7D829B
8#828696
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6B #5A6BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4F #3F4FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323F #323F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4EC;
--steel-blue-300: #ABB3DE;
--steel-blue-400: #7E8CCD;
--steel-blue-500: #5A6BBF;
--steel-blue-600: #3F4FA2;
--steel-blue-700: #323F81;
--steel-blue-800: #242D5C;
--steel-blue-900: #171D3B;
--steel-blue-950: #0E1225;
}