Steel Blue
#5A8EBF
BlueColor Codes
All color formats for development
HEX
#5A8EBFRGB
rgb(90, 142, 191)HSL
hsl(209, 44%, 55%)OKLCH
oklch(0.631 0.093 248.1)CMYK
cmyk(53%, 26%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4780B6
2#3F72A2
3#37648D
4#2F5579
5#274765
6#1F3951
7#182B3D
8#101C28
9#080E14
Tints
Lighter variations
1#6A99C5
2#7BA5CC
3#8BB0D2
4#9CBBD8
5#ACC6DF
6#BDD2E5
7#CDDDEC
8#DEE8F2
9#EEF4F9
Tones
Muted variations
1#5F8EBA
2#648EB5
3#698DB0
4#6E8DAB
5#738DA5
6#788DA0
7#7D8D9B
8#828D96
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 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8E #5A8EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F72 #3F72A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325B #325B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415C | 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: #ABC5DE;
--steel-blue-400: #7EA7CD;
--steel-blue-500: #5A8EBF;
--steel-blue-600: #3F72A2;
--steel-blue-700: #325B81;
--steel-blue-800: #24415C;
--steel-blue-900: #17293B;
--steel-blue-950: #0E1A25;
}