Steel Blue
#5775C1
BlueColor Codes
All color formats for development
HEX
#5775C1RGB
rgb(87, 117, 193)HSL
hsl(223, 46%, 55%)OKLCH
oklch(0.575 0.123 266.4)CMYK
cmyk(55%, 39%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4465B8
2#3D5AA4
3#354F8F
4#2D437B
5#263866
6#1E2D52
7#17223D
8#0F1629
9#080B14
Tints
Lighter variations
1#6883C7
2#7991CD
3#8A9FD4
4#9AACDA
5#ABBAE0
6#BCC8E6
7#CDD6EC
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5D78BC
2#627AB6
3#677CB1
4#6D7FAC
5#7281A7
6#7783A1
7#7C859C
8#828897
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B9 #A9B9DF | BordersInactive statesPlaceholder text |
| 400 | 7D94 #7D94CF | Disabled statesSecondary iconsMuted text |
| 500 | 5775 #5775C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5A #3D5AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3047 #304782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF5;
--steel-blue-200: #CFD7ED;
--steel-blue-300: #A9B9DF;
--steel-blue-400: #7D94CF;
--steel-blue-500: #5775C1;
--steel-blue-600: #3D5AA4;
--steel-blue-700: #304782;
--steel-blue-800: #22335D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1425;
}