Steel Blue
#5766C1
BlueColor Codes
All color formats for development
HEX
#5766C1RGB
rgb(87, 102, 193)HSL
hsl(232, 46%, 55%)OKLCH
oklch(0.544 0.142 273.7)CMYK
cmyk(55%, 47%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4454B8
2#3D4AA4
3#35418F
4#2D387B
5#262E66
6#1E2552
7#171C3D
8#0F1329
9#080914
Tints
Lighter variations
1#6875C7
2#7984CD
3#8A94D4
4#9AA3DA
5#ABB2E0
6#BCC2E6
7#CDD1EC
8#DDE0F3
9#EEF0F9
Tones
Muted variations
1#5D69BC
2#626DB6
3#6771B1
4#6D75AC
5#7279A7
6#777DA1
7#7C819C
8#828597
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D88 #7D88CF | Disabled statesSecondary iconsMuted text |
| 500 | 5766 #5766C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4A #3D4AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303B #303B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222A #222A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD3ED;
--steel-blue-300: #A9B1DF;
--steel-blue-400: #7D88CF;
--steel-blue-500: #5766C1;
--steel-blue-600: #3D4AA4;
--steel-blue-700: #303B82;
--steel-blue-800: #222A5D;
--steel-blue-900: #161B3C;
--steel-blue-950: #0E1125;
}