Steel Blue
#5790C1
BlueColor Codes
All color formats for development
HEX
#5790C1RGB
rgb(87, 144, 193)HSL
hsl(208, 46%, 55%)OKLCH
oklch(0.635 0.095 246)CMYK
cmyk(55%, 25%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4482B8
2#3D74A4
3#35658F
4#2D577B
5#264866
6#1E3A52
7#172B3D
8#0F1D29
9#080E14
Tints
Lighter variations
1#689BC7
2#79A6CD
3#8AB1D4
4#9ABCDA
5#ABC7E0
6#BCD3E6
7#CDDEEC
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5D8FBC
2#628FB6
3#678FB1
4#6D8EAC
5#728EA7
6#778EA1
7#7C8D9C
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 | A9C6 #A9C6DF | BordersInactive statesPlaceholder text |
| 400 | 7DA8 #7DA8CF | Disabled statesSecondary iconsMuted text |
| 500 | 5790 #5790C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D74 #3D74A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305C #305C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2242 #22425D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162A #162A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #A9C6DF;
--steel-blue-400: #7DA8CF;
--steel-blue-500: #5790C1;
--steel-blue-600: #3D74A4;
--steel-blue-700: #305C82;
--steel-blue-800: #22425D;
--steel-blue-900: #162A3C;
--steel-blue-950: #0E1A25;
}