Steel Blue
#5C7FBC
BlueColor Codes
All color formats for development
HEX
#5C7FBCRGB
rgb(92, 127, 188)HSL
hsl(218, 42%, 55%)OKLCH
oklch(0.597 0.102 261)CMYK
cmyk(51%, 32%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4970B3
2#41649F
3#39578B
4#314B77
5#293E64
6#213250
7#18253C
8#101928
9#080C14
Tints
Lighter variations
1#6C8CC3
2#7D99CA
3#8DA6D0
4#9DB2D7
5#AEBFDE
6#BECCE4
7#CED9EB
8#DEE5F2
9#EFF2F8
Tones
Muted variations
1#6181B8
2#6682B3
3#6B83AE
4#6F85A9
5#7486A4
6#7987A0
7#7E889B
8#838A96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDD | BordersInactive statesPlaceholder text |
| 400 | 809C #809CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7F #5C7FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4164 #41649F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344F #344F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2539 #25395B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6EBF5;
--steel-blue-200: #D0DAEC;
--steel-blue-300: #ACBEDD;
--steel-blue-400: #809CCB;
--steel-blue-500: #5C7FBC;
--steel-blue-600: #41649F;
--steel-blue-700: #344F7F;
--steel-blue-800: #25395B;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1724;
}