Steel Blue
#5B7FBE
BlueColor Codes
All color formats for development
HEX
#5B7FBERGB
rgb(91, 127, 190)HSL
hsl(218, 43%, 55%)OKLCH
oklch(0.597 0.105 261.1)CMYK
cmyk(52%, 33%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4870B5
2#4063A0
3#38578C
4#304B78
5#283E64
6#203250
7#18253C
8#101928
9#080C14
Tints
Lighter variations
1#6B8CC4
2#7C99CB
3#8CA5D1
4#9DB2D8
5#ADBFDE
6#BDCCE5
7#CED9EB
8#DEE5F2
9#EFF2F8
Tones
Muted variations
1#6080B9
2#6582B4
3#6A83AF
4#6F84AA
5#7486A5
6#7987A0
7#7D889B
8#828A96
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 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7F9C #7F9CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7F #5B7FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4063 #4063A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334F #334F80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | 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: #E5EBF5;
--steel-blue-200: #D0DAEC;
--steel-blue-300: #ABBEDE;
--steel-blue-400: #7F9CCC;
--steel-blue-500: #5B7FBE;
--steel-blue-600: #4063A0;
--steel-blue-700: #334F80;
--steel-blue-800: #24385B;
--steel-blue-900: #17243A;
--steel-blue-950: #0F1724;
}