Steel Blue
#5795C1
BlueColor Codes
All color formats for development
HEX
#5795C1RGB
rgb(87, 149, 193)HSL
hsl(205, 46%, 55%)OKLCH
oklch(0.646 0.092 241.1)CMYK
cmyk(55%, 23%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4488B8
2#3D79A4
3#356A8F
4#2D5B7B
5#264C66
6#1E3C52
7#172D3D
8#0F1E29
9#080F14
Tints
Lighter variations
1#68A0C7
2#79AACD
3#8AB5D4
4#9ABFDA
5#ABCAE0
6#BCD5E6
7#CDDFEC
8#DDEAF3
9#EEF4F9
Tones
Muted variations
1#5D94BC
2#6293B6
3#6792B1
4#6D92AC
5#7291A7
6#7790A1
7#7C8F9C
8#828E97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE0ED;
--steel-blue-300: #A9C9DF;
--steel-blue-400: #7DADCF;
--steel-blue-500: #5795C1;
--steel-blue-600: #3D79A4;
--steel-blue-700: #306082;
--steel-blue-800: #22455D;
--steel-blue-900: #162C3C;
--steel-blue-950: #0E1B25;
}