Steel Blue
#5787C1
BlueColor Codes
All color formats for development
HEX
#5787C1RGB
rgb(87, 135, 193)HSL
hsl(213, 46%, 55%)OKLCH
oklch(0.614 0.103 253.9)CMYK
cmyk(55%, 30%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4478B8
2#3D6BA4
3#355E8F
4#2D507B
5#264366
6#1E3652
7#17283D
8#0F1B29
9#080D14
Tints
Lighter variations
1#6893C7
2#799FCD
3#8AABD4
4#9AB7DA
5#ABC3E0
6#BCCFE6
7#CDDBEC
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5D87BC
2#6288B6
3#6789B1
4#6D89AC
5#728AA7
6#778AA1
7#7C8B9C
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 | A9C2 #A9C2DF | BordersInactive statesPlaceholder text |
| 400 | 7DA2 #7DA2CF | Disabled statesSecondary iconsMuted text |
| 500 | 5787 #5787C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6B #3D6BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3055 #305582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223D #223D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1627 #16273C | 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: #A9C2DF;
--steel-blue-400: #7DA2CF;
--steel-blue-500: #5787C1;
--steel-blue-600: #3D6BA4;
--steel-blue-700: #305582;
--steel-blue-800: #223D5D;
--steel-blue-900: #16273C;
--steel-blue-950: #0E1825;
}