Steel Blue
#5777C1
BlueColor Codes
All color formats for development
HEX
#5777C1RGB
rgb(87, 119, 193)HSL
hsl(222, 46%, 55%)OKLCH
oklch(0.579 0.12 265.2)CMYK
cmyk(55%, 38%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4467B8
2#3D5CA4
3#35508F
4#2D457B
5#263966
6#1E2E52
7#17223D
8#0F1729
9#080B14
Tints
Lighter variations
1#6885C7
2#7992CD
3#8AA0D4
4#9AADDA
5#ABBBE0
6#BCC9E6
7#CDD6EC
8#DDE4F3
9#EEF1F9
Tones
Muted variations
1#5D79BC
2#627BB6
3#677DB1
4#6D80AC
5#7282A7
6#7784A1
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 | 7D95 #7D95CF | Disabled statesSecondary iconsMuted text |
| 500 | 5777 #5777C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5C #3D5CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3049 #304982 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2234 #22345D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | 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: #7D95CF;
--steel-blue-500: #5777C1;
--steel-blue-600: #3D5CA4;
--steel-blue-700: #304982;
--steel-blue-800: #22345D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1525;
}