Steel Blue
#576EC1
BlueColor Codes
All color formats for development
HEX
#576EC1RGB
rgb(87, 110, 193)HSL
hsl(227, 46%, 55%)OKLCH
oklch(0.56 0.131 270.1)CMYK
cmyk(55%, 43%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445DB8
2#3D53A4
3#35498F
4#2D3E7B
5#263466
6#1E2952
7#171F3D
8#0F1529
9#080A14
Tints
Lighter variations
1#687DC7
2#798BCD
3#8A9AD4
4#9AA8DA
5#ABB7E0
6#BCC5E6
7#CDD4EC
8#DDE2F3
9#EEF1F9
Tones
Muted variations
1#5D71BC
2#6274B6
3#6777B1
4#6D7AAC
5#727DA7
6#7780A1
7#7C839C
8#828697
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 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B5 #A9B5DF | BordersInactive statesPlaceholder text |
| 400 | 7D8E #7D8ECF | Disabled statesSecondary iconsMuted text |
| 500 | 576E #576EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D53 #3D53A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3042 #304282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222F #222F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | 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: #CFD5ED;
--steel-blue-300: #A9B5DF;
--steel-blue-400: #7D8ECF;
--steel-blue-500: #576EC1;
--steel-blue-600: #3D53A4;
--steel-blue-700: #304282;
--steel-blue-800: #222F5D;
--steel-blue-900: #161E3C;
--steel-blue-950: #0E1325;
}