Steel Blue
#576DC1
BlueColor Codes
All color formats for development
HEX
#576DC1RGB
rgb(87, 109, 193)HSL
hsl(228, 46%, 55%)OKLCH
oklch(0.558 0.133 270.6)CMYK
cmyk(55%, 44%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445BB8
2#3D51A4
3#35478F
4#2D3D7B
5#263366
6#1E2952
7#171E3D
8#0F1429
9#080A14
Tints
Lighter variations
1#687BC7
2#798ACD
3#8A99D4
4#9AA7DA
5#ABB6E0
6#BCC4E6
7#CDD3EC
8#DDE2F3
9#EEF0F9
Tones
Muted variations
1#5D70BC
2#6273B6
3#6776B1
4#6D79AC
5#727CA7
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 | A9B4 #A9B4DF | BordersInactive statesPlaceholder text |
| 400 | 7D8D #7D8DCF | Disabled statesSecondary iconsMuted text |
| 500 | 576D #576DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D51 #3D51A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3041 #304182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222E #222E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | 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: #CFD5ED;
--steel-blue-300: #A9B4DF;
--steel-blue-400: #7D8DCF;
--steel-blue-500: #576DC1;
--steel-blue-600: #3D51A4;
--steel-blue-700: #304182;
--steel-blue-800: #222E5D;
--steel-blue-900: #161E3C;
--steel-blue-950: #0E1225;
}