Steel Blue
#5792C1
BlueColor Codes
All color formats for development
HEX
#5792C1RGB
rgb(87, 146, 193)HSL
hsl(207, 46%, 55%)OKLCH
oklch(0.639 0.094 244.1)CMYK
cmyk(55%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4484B8
2#3D75A4
3#35678F
4#2D587B
5#264966
6#1E3B52
7#172C3D
8#0F1D29
9#080F14
Tints
Lighter variations
1#689CC7
2#79A7CD
3#8AB2D4
4#9ABDDA
5#ABC8E0
6#BCD3E6
7#CDDEEC
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5D91BC
2#6290B6
3#6790B1
4#6D8FAC
5#728FA7
6#778EA1
7#7C8E9C
8#828D97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C7 #A9C7DF | BordersInactive statesPlaceholder text |
| 400 | 7DAA #7DAACF | Disabled statesSecondary iconsMuted text |
| 500 | 5792 #5792C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D75 #3D75A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305D #305D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2243 #22435D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | 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: #E5EEF5;
--steel-blue-200: #CFDFED;
--steel-blue-300: #A9C7DF;
--steel-blue-400: #7DAACF;
--steel-blue-500: #5792C1;
--steel-blue-600: #3D75A4;
--steel-blue-700: #305D82;
--steel-blue-800: #22435D;
--steel-blue-900: #162B3C;
--steel-blue-950: #0E1B25;
}