Steel Blue
#5A8BBF
BlueColor Codes
All color formats for development
HEX
#5A8BBFRGB
rgb(90, 139, 191)HSL
hsl(211, 44%, 55%)OKLCH
oklch(0.624 0.095 250.9)CMYK
cmyk(53%, 27%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#477CB6
2#3F6FA2
3#37618D
4#2F5379
5#274565
6#1F3751
7#18293D
8#101C28
9#080E14
Tints
Lighter variations
1#6A96C5
2#7BA2CC
3#8BADD2
4#9CB9D8
5#ACC5DF
6#BDD0E5
7#CDDCEC
8#DEE8F2
9#EEF3F9
Tones
Muted variations
1#5F8BBA
2#648BB5
3#698BB0
4#6E8BAB
5#738BA5
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 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA4 #7EA4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8B #5A8BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6F #3F6FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3258 #325881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243F #243F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | 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: #CFDDEC;
--steel-blue-300: #ABC3DE;
--steel-blue-400: #7EA4CD;
--steel-blue-500: #5A8BBF;
--steel-blue-600: #3F6FA2;
--steel-blue-700: #325881;
--steel-blue-800: #243F5C;
--steel-blue-900: #17283B;
--steel-blue-950: #0E1925;
}