Steel Blue
#5779C1
BlueColor Codes
All color formats for development
HEX
#5779C1RGB
rgb(87, 121, 193)HSL
hsl(221, 46%, 55%)OKLCH
oklch(0.583 0.118 264)CMYK
cmyk(55%, 37%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4469B8
2#3D5DA4
3#35528F
4#2D467B
5#263A66
6#1E2F52
7#17233D
8#0F1729
9#080C14
Tints
Lighter variations
1#6886C7
2#7994CD
3#8AA1D4
4#9AAFDA
5#ABBCE0
6#BCC9E6
7#CDD7EC
8#DDE4F3
9#EEF2F9
Tones
Muted variations
1#5D7BBC
2#627DB6
3#677FB1
4#6D81AC
5#7283A7
6#7785A1
7#7C869C
8#828897
9#878A92
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 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D97 #7D97CF | Disabled statesSecondary iconsMuted text |
| 500 | 5779 #5779C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5D #3D5DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304A #304A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2235 #22355D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223C | 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: #CFD8ED;
--steel-blue-300: #A9BADF;
--steel-blue-400: #7D97CF;
--steel-blue-500: #5779C1;
--steel-blue-600: #3D5DA4;
--steel-blue-700: #304A82;
--steel-blue-800: #22355D;
--steel-blue-900: #16223C;
--steel-blue-950: #0E1525;
}