Steel Blue
#5671C2
BlueColor Codes
All color formats for development
HEX
#5671C2RGB
rgb(86, 113, 194)HSL
hsl(225, 47%, 55%)OKLCH
oklch(0.566 0.129 268.2)CMYK
cmyk(56%, 42%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4361BA
2#3B56A5
3#344B90
4#2D407C
5#253667
6#1E2B52
7#16203E
8#0F1529
9#070B15
Tints
Lighter variations
1#677FC8
2#788ECE
3#899CD4
4#9AAADB
5#ABB8E1
6#BCC6E7
7#CCD4ED
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5C74BD
2#6177B7
3#6679B2
4#6C7CAD
5#717FA7
6#7781A2
7#7C849C
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 | CED6 #CED6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C91 #7C91D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5671 #5671C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B56 #3B56A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F44 #2F4483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | 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: #CED6ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C91D0;
--steel-blue-500: #5671C2;
--steel-blue-600: #3B56A5;
--steel-blue-700: #2F4483;
--steel-blue-800: #22315E;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1425;
}