Steel Blue
#576BC1
BlueColor Codes
All color formats for development
HEX
#576BC1RGB
rgb(87, 107, 193)HSL
hsl(229, 46%, 55%)OKLCH
oklch(0.554 0.135 271.5)CMYK
cmyk(55%, 45%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4459B8
2#3D50A4
3#35468F
4#2D3C7B
5#263266
6#1E2852
7#171E3D
8#0F1429
9#080A14
Tints
Lighter variations
1#687AC7
2#7988CD
3#8A97D4
4#9AA6DA
5#ABB5E0
6#BCC4E6
7#CDD3EC
8#DDE1F3
9#EEF0F9
Tones
Muted variations
1#5D6EBC
2#6272B6
3#6775B1
4#6D78AC
5#727CA7
6#777FA1
7#7C829C
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B3 #A9B3DF | BordersInactive statesPlaceholder text |
| 400 | 7D8C #7D8CCF | Disabled statesSecondary iconsMuted text |
| 500 | 576B #576BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D50 #3D50A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303F #303F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222D #222D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3C | 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: #A9B3DF;
--steel-blue-400: #7D8CCF;
--steel-blue-500: #576BC1;
--steel-blue-600: #3D50A4;
--steel-blue-700: #303F82;
--steel-blue-800: #222D5D;
--steel-blue-900: #161D3C;
--steel-blue-950: #0E1225;
}