Steel Blue
#5974C0
BlueColor Codes
All color formats for development
HEX
#5974C0RGB
rgb(89, 116, 192)HSL
hsl(224, 45%, 55%)OKLCH
oklch(0.573 0.122 267.7)CMYK
cmyk(54%, 40%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4564B7
2#3E59A3
3#364E8E
4#2E427A
5#273766
6#1F2C51
7#17213D
8#0F1629
9#080B14
Tints
Lighter variations
1#6982C6
2#7A90CD
3#8B9ED3
4#9BACD9
5#ACBADF
6#BCC7E6
7#CDD5EC
8#DEE3F2
9#EEF1F9
Tones
Muted variations
1#5E77BB
2#6379B6
3#687BB0
4#6D7EAB
5#7280A6
6#7883A1
7#7D859C
8#828797
9#878A91
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 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | 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: #AAB8DF;
--steel-blue-400: #7E93CE;
--steel-blue-500: #5974C0;
--steel-blue-600: #3E59A3;
--steel-blue-700: #314781;
--steel-blue-800: #23325C;
--steel-blue-900: #16203B;
--steel-blue-950: #0E1425;
}