Steel Blue
#5673C2
BlueColor Codes
All color formats for development
HEX
#5673C2RGB
rgb(86, 115, 194)HSL
hsl(224, 47%, 55%)OKLCH
oklch(0.571 0.127 267.2)CMYK
cmyk(56%, 41%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4363BA
2#3B58A5
3#344D90
4#2D427C
5#253767
6#1E2C52
7#16213E
8#0F1629
9#070B15
Tints
Lighter variations
1#6781C8
2#788FCE
3#899DD4
4#9AABDB
5#ABB9E1
6#BCC7E7
7#CCD5ED
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5C76BD
2#6178B7
3#667BB2
4#6C7DAD
5#7180A7
6#7782A2
7#7C859C
8#818797
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C92 #7C92D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5673 #5673C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B58 #3B58A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F46 #2F4683 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325E | 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: #E5E9F6;
--steel-blue-200: #CED7ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C92D0;
--steel-blue-500: #5673C2;
--steel-blue-600: #3B58A5;
--steel-blue-700: #2F4683;
--steel-blue-800: #22325E;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}