Steel Blue
#5A84BF
BlueColor Codes
All color formats for development
HEX
#5A84BFRGB
rgb(90, 132, 191)HSL
hsl(215, 44%, 55%)OKLCH
oklch(0.608 0.102 257)CMYK
cmyk(53%, 31%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4775B6
2#3F68A2
3#375B8D
4#2F4E79
5#274165
6#1F3451
7#18273D
8#101A28
9#080D14
Tints
Lighter variations
1#6A90C5
2#7B9CCC
3#8BA9D2
4#9CB5D8
5#ACC1DF
6#BDCEE5
7#CDDAEC
8#DEE6F2
9#EEF3F9
Tones
Muted variations
1#5F85BA
2#6486B5
3#6986B0
4#6E87AB
5#7388A5
6#7889A0
7#7D8A9B
8#828B96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC0 #ABC0DE | BordersInactive statesPlaceholder text |
| 400 | 7E9F #7E9FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A84 #5A84BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F68 #3F68A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3253 #325381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243B #243B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF5;
--steel-blue-200: #CFDBEC;
--steel-blue-300: #ABC0DE;
--steel-blue-400: #7E9FCD;
--steel-blue-500: #5A84BF;
--steel-blue-600: #3F68A2;
--steel-blue-700: #325381;
--steel-blue-800: #243B5C;
--steel-blue-900: #17263B;
--steel-blue-950: #0E1825;
}