Steel Blue
#5D65BB
BlueColor Codes
All color formats for development
HEX
#5D65BBRGB
rgb(93, 101, 187)HSL
hsl(235, 41%, 55%)OKLCH
oklch(0.542 0.133 277)CMYK
cmyk(50%, 46%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A53B2
2#424A9E
3#3A418A
4#323777
5#292E63
6#21254F
7#191C3B
8#111228
9#080914
Tints
Lighter variations
1#6D74C2
2#7E84C9
3#8E93D0
4#9EA3D6
5#AEB2DD
6#BEC1E4
7#CED1EB
8#DFE0F1
9#EFF0F8
Tones
Muted variations
1#6269B7
2#676DB2
3#6B71AD
4#7075A8
5#7579A4
6#797D9F
7#7E809A
8#838496
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8187 #8187CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D65 #5D65BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424A #424A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353B #353B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | 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: #E6E7F4;
--steel-blue-200: #D0D3EB;
--steel-blue-300: #ACB0DC;
--steel-blue-400: #8187CA;
--steel-blue-500: #5D65BB;
--steel-blue-600: #424A9E;
--steel-blue-700: #353B7E;
--steel-blue-800: #262A5A;
--steel-blue-900: #181B3A;
--steel-blue-950: #0F1124;
}