Steel Blue
#5D68BB
BlueColor Codes
All color formats for development
HEX
#5D68BBRGB
rgb(93, 104, 187)HSL
hsl(233, 41%, 55%)OKLCH
oklch(0.548 0.129 275.6)CMYK
cmyk(50%, 44%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A57B2
2#424D9E
3#3A438A
4#323A77
5#293063
6#21264F
7#191D3B
8#111328
9#080A14
Tints
Lighter variations
1#6D77C2
2#7E86C9
3#8E95D0
4#9EA5D6
5#AEB4DD
6#BEC3E4
7#CED2EB
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#626CB7
2#676FB2
3#6B73AD
4#7077A8
5#757AA4
6#797E9F
7#7E819A
8#838596
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB2 #ACB2DC | BordersInactive statesPlaceholder text |
| 400 | 818A #818ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D68 #5D68BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424D #424D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353D #353D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D0D3EB;
--steel-blue-300: #ACB2DC;
--steel-blue-400: #818ACA;
--steel-blue-500: #5D68BB;
--steel-blue-600: #424D9E;
--steel-blue-700: #353D7E;
--steel-blue-800: #262C5A;
--steel-blue-900: #181C3A;
--steel-blue-950: #0F1124;
}