Steel Blue
#5B5EBE
BlueColor Codes
All color formats for development
HEX
#5B5EBERGB
rgb(91, 94, 190)HSL
hsl(238, 43%, 55%)OKLCH
oklch(0.529 0.147 278.7)CMYK
cmyk(52%, 51%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484CB5
2#4043A0
3#383B8C
4#303278
5#282A64
6#202250
7#18193C
8#101128
9#080814
Tints
Lighter variations
1#6B6EC4
2#7C7ECB
3#8C8ED1
4#9D9FD8
5#ADAFDE
6#BDBFE5
7#CECFEB
8#DEDFF2
9#EFEFF8
Tones
Muted variations
1#6063B9
2#6567B4
3#6A6CAF
4#6F71AA
5#7475A5
6#797AA0
7#7D7E9B
8#828396
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7F82 #7F82CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5E #5B5EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4043 #4043A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3335 #333580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ABADDE;
--steel-blue-400: #7F82CC;
--steel-blue-500: #5B5EBE;
--steel-blue-600: #4043A0;
--steel-blue-700: #333580;
--steel-blue-800: #24265B;
--steel-blue-900: #17183A;
--steel-blue-950: #0F0F24;
}