Steel Blue
#5785C1
BlueColor Codes
All color formats for development
HEX
#5785C1RGB
rgb(87, 133, 193)HSL
hsl(214, 46%, 55%)OKLCH
oklch(0.61 0.105 255.5)CMYK
cmyk(55%, 31%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4476B8
2#3D69A4
3#355C8F
4#2D4F7B
5#264266
6#1E3552
7#17273D
8#0F1A29
9#080D14
Tints
Lighter variations
1#6891C7
2#799ECD
3#8AAAD4
4#9AB6DA
5#ABC2E0
6#BCCEE6
7#CDDAEC
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5D86BC
2#6287B6
3#6787B1
4#6D88AC
5#7289A7
6#7789A1
7#7C8A9C
8#828B97
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C1 #A9C1DF | BordersInactive statesPlaceholder text |
| 400 | 7DA0 #7DA0CF | Disabled statesSecondary iconsMuted text |
| 500 | 5785 #5785C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D69 #3D69A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3054 #305482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDCED;
--steel-blue-300: #A9C1DF;
--steel-blue-400: #7DA0CF;
--steel-blue-500: #5785C1;
--steel-blue-600: #3D69A4;
--steel-blue-700: #305482;
--steel-blue-800: #223C5D;
--steel-blue-900: #16263C;
--steel-blue-950: #0E1825;
}