Steel Blue
#5764C1
BlueColor Codes
All color formats for development
HEX
#5764C1RGB
rgb(87, 100, 193)HSL
hsl(233, 46%, 55%)OKLCH
oklch(0.54 0.144 274.5)CMYK
cmyk(55%, 48%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4452B8
2#3D49A4
3#35408F
4#2D367B
5#262D66
6#1E2452
7#171B3D
8#0F1229
9#080914
Tints
Lighter variations
1#6873C7
2#7983CD
3#8A92D4
4#9AA2DA
5#ABB1E0
6#BCC1E6
7#CDD0EC
8#DDE0F3
9#EEEFF9
Tones
Muted variations
1#5D68BC
2#626CB6
3#6770B1
4#6D74AC
5#7278A7
6#777CA1
7#7C809C
8#828497
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 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B0 #A9B0DF | BordersInactive statesPlaceholder text |
| 400 | 7D86 #7D86CF | Disabled statesSecondary iconsMuted text |
| 500 | 5764 #5764C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D49 #3D49A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303A #303A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2229 #22295D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | 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: #CFD2ED;
--steel-blue-300: #A9B0DF;
--steel-blue-400: #7D86CF;
--steel-blue-500: #5764C1;
--steel-blue-600: #3D49A4;
--steel-blue-700: #303A82;
--steel-blue-800: #22295D;
--steel-blue-900: #161A3C;
--steel-blue-950: #0E1125;
}