Steel Blue
#5774C1
BlueColor Codes
All color formats for development
HEX
#5774C1RGB
rgb(87, 116, 193)HSL
hsl(224, 46%, 55%)OKLCH
oklch(0.573 0.124 266.9)CMYK
cmyk(55%, 40%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4463B8
2#3D58A4
3#354D8F
4#2D427B
5#263766
6#1E2C52
7#17213D
8#0F1629
9#080B14
Tints
Lighter variations
1#6882C7
2#798FCD
3#8A9DD4
4#9AABDA
5#ABB9E0
6#BCC7E6
7#CDD5EC
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5D76BC
2#6279B6
3#677BB1
4#6D7DAC
5#7280A7
6#7782A1
7#7C859C
8#828797
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD7ED;
--steel-blue-300: #A9B8DF;
--steel-blue-400: #7D93CF;
--steel-blue-500: #5774C1;
--steel-blue-600: #3D58A4;
--steel-blue-700: #304682;
--steel-blue-800: #22325D;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}