Steel Blue
#5770C1
BlueColor Codes
All color formats for development
HEX
#5770C1RGB
rgb(87, 112, 193)HSL
hsl(226, 46%, 55%)OKLCH
oklch(0.564 0.129 269.1)CMYK
cmyk(55%, 42%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445FB8
2#3D55A4
3#354A8F
4#2D407B
5#263566
6#1E2A52
7#17203D
8#0F1529
9#080B14
Tints
Lighter variations
1#687EC7
2#798DCD
3#8A9BD4
4#9AA9DA
5#ABB8E0
6#BCC6E6
7#CDD4EC
8#DDE2F3
9#EEF1F9
Tones
Muted variations
1#5D73BC
2#6276B6
3#6779B1
4#6D7BAC
5#727EA7
6#7781A1
7#7C849C
8#828797
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B6 #A9B6DF | BordersInactive statesPlaceholder text |
| 400 | 7D90 #7D90CF | Disabled statesSecondary iconsMuted text |
| 500 | 5770 #5770C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D55 #3D55A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3043 #304382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2230 #22305D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #A9B6DF;
--steel-blue-400: #7D90CF;
--steel-blue-500: #5770C1;
--steel-blue-600: #3D55A4;
--steel-blue-700: #304382;
--steel-blue-800: #22305D;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1325;
}