Steel Blue
#5769C1
BlueColor Codes
All color formats for development
HEX
#5769C1RGB
rgb(87, 105, 193)HSL
hsl(230, 46%, 55%)OKLCH
oklch(0.55 0.138 272.4)CMYK
cmyk(55%, 46%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4458B8
2#3D4EA4
3#35448F
4#2D3A7B
5#263166
6#1E2752
7#171D3D
8#0F1329
9#080A14
Tints
Lighter variations
1#6878C7
2#7987CD
3#8A96D4
4#9AA5DA
5#ABB4E0
6#BCC3E6
7#CDD2EC
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5D6DBC
2#6270B6
3#6774B1
4#6D77AC
5#727BA7
6#777EA1
7#7C829C
8#828597
9#878992
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 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B2 #A9B2DF | BordersInactive statesPlaceholder text |
| 400 | 7D8A #7D8ACF | Disabled statesSecondary iconsMuted text |
| 500 | 5769 #5769C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4E #3D4EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303E #303E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222C #222C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | 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: #CFD4ED;
--steel-blue-300: #A9B2DF;
--steel-blue-400: #7D8ACF;
--steel-blue-500: #5769C1;
--steel-blue-600: #3D4EA4;
--steel-blue-700: #303E82;
--steel-blue-800: #222C5D;
--steel-blue-900: #161C3C;
--steel-blue-950: #0E1225;
}