Steel Blue
#5B7CBE
BlueColor Codes
All color formats for development
HEX
#5B7CBERGB
rgb(91, 124, 190)HSL
hsl(220, 43%, 55%)OKLCH
oklch(0.591 0.109 263.3)CMYK
cmyk(52%, 35%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#486CB5
2#4060A0
3#38548C
4#304878
5#283C64
6#203050
7#18243C
8#101828
9#080C14
Tints
Lighter variations
1#6B89C4
2#7C96CB
3#8CA3D1
4#9DB0D8
5#ADBDDE
6#BDCBE5
7#CED8EB
8#DEE5F2
9#EFF2F8
Tones
Muted variations
1#607DB9
2#657FB4
3#6A81AF
4#6F82AA
5#7484A5
6#7986A0
7#7D879B
8#828996
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7F99 #7F99CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7C #5B7CBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4060 #4060A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334C #334C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #D0D9EC;
--steel-blue-300: #ABBCDE;
--steel-blue-400: #7F99CC;
--steel-blue-500: #5B7CBE;
--steel-blue-600: #4060A0;
--steel-blue-700: #334C80;
--steel-blue-800: #24375B;
--steel-blue-900: #17233A;
--steel-blue-950: #0F1624;
}