Steel Blue
#5A90BF
BlueColor Codes
All color formats for development
HEX
#5A90BFRGB
rgb(90, 144, 191)HSL
hsl(208, 44%, 55%)OKLCH
oklch(0.635 0.091 246.1)CMYK
cmyk(53%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4782B6
2#3F73A2
3#37658D
4#2F5779
5#274865
6#1F3A51
7#182B3D
8#101D28
9#080E14
Tints
Lighter variations
1#6A9BC5
2#7BA6CC
3#8BB1D2
4#9CBCD8
5#ACC7DF
6#BDD2E5
7#CDDEEC
8#DEE9F2
9#EEF4F9
Tones
Muted variations
1#5F8FBA
2#648FB5
3#698FB0
4#6E8EAB
5#738EA5
6#788EA0
7#7D8D9B
8#828D96
9#878D91
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 #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A90 #5A90BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F73 #3F73A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325C #325C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3B | 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: #CFDFEC;
--steel-blue-300: #ABC6DE;
--steel-blue-400: #7EA8CD;
--steel-blue-500: #5A90BF;
--steel-blue-600: #3F73A2;
--steel-blue-700: #325C81;
--steel-blue-800: #24425C;
--steel-blue-900: #172A3B;
--steel-blue-950: #0E1A25;
}