Steel Blue
#5A69BF
BlueColor Codes
All color formats for development
HEX
#5A69BFRGB
rgb(90, 105, 191)HSL
hsl(231, 44%, 55%)OKLCH
oklch(0.55 0.134 273.7)CMYK
cmyk(53%, 45%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4757B6
2#3F4EA2
3#37448D
4#2F3A79
5#273165
6#1F2751
7#181D3D
8#101328
9#080A14
Tints
Lighter variations
1#6A78C5
2#7B87CC
3#8B96D2
4#9CA5D8
5#ACB4DF
6#BDC3E5
7#CDD2EC
8#DEE1F2
9#EEF0F9
Tones
Muted variations
1#5F6CBA
2#6470B5
3#6974B0
4#6E77AB
5#737BA5
6#787EA0
7#7D829B
8#828596
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7E8A #7E8ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A69 #5A69BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4E #3F4EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323E #323E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4EC;
--steel-blue-300: #ABB2DE;
--steel-blue-400: #7E8ACD;
--steel-blue-500: #5A69BF;
--steel-blue-600: #3F4EA2;
--steel-blue-700: #323E81;
--steel-blue-800: #242C5C;
--steel-blue-900: #171C3B;
--steel-blue-950: #0E1225;
}