Steel Blue
#5B75BE
BlueColor Codes
All color formats for development
HEX
#5B75BERGB
rgb(91, 117, 190)HSL
hsl(224, 43%, 55%)OKLCH
oklch(0.575 0.117 267.8)CMYK
cmyk(52%, 38%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4865B5
2#405AA0
3#384E8C
4#304378
5#283864
6#202D50
7#18223C
8#101628
9#080B14
Tints
Lighter variations
1#6B83C4
2#7C91CB
3#8C9FD1
4#9DACD8
5#ADBADE
6#BDC8E5
7#CED6EB
8#DEE3F2
9#EFF1F8
Tones
Muted variations
1#6078B9
2#657AB4
3#6A7CAF
4#6F7EAA
5#7481A5
6#7983A0
7#7D859B
8#828896
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB9 #ABB9DE | BordersInactive statesPlaceholder text |
| 400 | 7F94 #7F94CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B75 #5B75BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405A #405AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3347 #334780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1721 #17213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #D0D7EC;
--steel-blue-300: #ABB9DE;
--steel-blue-400: #7F94CC;
--steel-blue-500: #5B75BE;
--steel-blue-600: #405AA0;
--steel-blue-700: #334780;
--steel-blue-800: #24335B;
--steel-blue-900: #17213A;
--steel-blue-950: #0F1424;
}