Steel Blue
#5A78BF
BlueColor Codes
All color formats for development
HEX
#5A78BFRGB
rgb(90, 120, 191)HSL
hsl(222, 44%, 55%)OKLCH
oklch(0.582 0.115 265.6)CMYK
cmyk(53%, 37%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4768B6
2#3F5CA2
3#37518D
4#2F4579
5#273A65
6#1F2E51
7#18233D
8#101728
9#080C14
Tints
Lighter variations
1#6A86C5
2#7B93CC
3#8BA1D2
4#9CAED8
5#ACBCDF
6#BDC9E5
7#CDD7EC
8#DEE4F2
9#EEF2F9
Tones
Muted variations
1#5F7ABA
2#647CB5
3#697EB0
4#6E80AB
5#7382A5
6#7884A0
7#7D869B
8#828896
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBA #ABBADE | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A78 #5A78BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5C #3F5CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324A #324A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD8EC;
--steel-blue-300: #ABBADE;
--steel-blue-400: #7E96CD;
--steel-blue-500: #5A78BF;
--steel-blue-600: #3F5CA2;
--steel-blue-700: #324A81;
--steel-blue-800: #24355C;
--steel-blue-900: #17223B;
--steel-blue-950: #0E1525;
}