Steel Blue
#5A8CBF
BlueColor Codes
All color formats for development
HEX
#5A8CBFRGB
rgb(90, 140, 191)HSL
hsl(210, 44%, 55%)OKLCH
oklch(0.626 0.095 250)CMYK
cmyk(53%, 27%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#477EB6
2#3F70A2
3#37628D
4#2F5479
5#274665
6#1F3851
7#182A3D
8#101C28
9#080E14
Tints
Lighter variations
1#6A98C5
2#7BA3CC
3#8BAFD2
4#9CBAD8
5#ACC6DF
6#BDD1E5
7#CDDDEC
8#DEE8F2
9#EEF4F9
Tones
Muted variations
1#5F8CBA
2#648CB5
3#698CB0
4#6E8CAB
5#738CA5
6#788CA0
7#7D8C9B
8#828C96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC4 #ABC4DE | BordersInactive statesPlaceholder text |
| 400 | 7EA6 #7EA6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8C #5A8CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F70 #3F70A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3259 #325981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2440 #24405C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293B | 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: #F4F7FB;
--steel-blue-100: #E5EDF5;
--steel-blue-200: #CFDEEC;
--steel-blue-300: #ABC4DE;
--steel-blue-400: #7EA6CD;
--steel-blue-500: #5A8CBF;
--steel-blue-600: #3F70A2;
--steel-blue-700: #325981;
--steel-blue-800: #24405C;
--steel-blue-900: #17293B;
--steel-blue-950: #0E1A25;
}