Steel Blue
#5C6EBC
BlueColor Codes
All color formats for development
HEX
#5C6EBCRGB
rgb(92, 110, 188)HSL
hsl(229, 42%, 55%)OKLCH
oklch(0.56 0.123 272.1)CMYK
cmyk(51%, 41%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495DB3
2#41529F
3#39488B
4#313E77
5#293364
6#212950
7#181F3C
8#101528
9#080A14
Tints
Lighter variations
1#6C7CC3
2#7D8BCA
3#8D99D0
4#9DA8D7
5#AEB6DE
6#BEC5E4
7#CED3EB
8#DEE2F2
9#EFF0F8
Tones
Muted variations
1#6171B8
2#6674B3
3#6B77AE
4#6F7AA9
5#747DA4
6#7980A0
7#7E839B
8#838696
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DD | BordersInactive statesPlaceholder text |
| 400 | 808E #808ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6E #5C6EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4152 #41529F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3442 #34427F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252F #252F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E8F5;
--steel-blue-200: #D0D5EC;
--steel-blue-300: #ACB5DD;
--steel-blue-400: #808ECB;
--steel-blue-500: #5C6EBC;
--steel-blue-600: #41529F;
--steel-blue-700: #34427F;
--steel-blue-800: #252F5B;
--steel-blue-900: #181E3A;
--steel-blue-950: #0F1324;
}