Steel Blue
#5D67BB
BlueColor Codes
All color formats for development
HEX
#5D67BBRGB
rgb(93, 103, 187)HSL
hsl(234, 41%, 55%)OKLCH
oklch(0.546 0.13 276.1)CMYK
cmyk(50%, 45%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A55B2
2#424B9E
3#3A428A
4#323977
5#292F63
6#21264F
7#191C3B
8#111328
9#080914
Tints
Lighter variations
1#6D76C2
2#7E85C9
3#8E94D0
4#9EA4D6
5#AEB3DD
6#BEC2E4
7#CED1EB
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#626AB7
2#676EB2
3#6B72AD
4#7076A8
5#7579A4
6#797D9F
7#7E819A
8#838596
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 | ACB1 #ACB1DC | BordersInactive statesPlaceholder text |
| 400 | 8188 #8188CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D67 #5D67BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424B #424B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353C #353C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B5A | 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: #ACB1DC;
--steel-blue-400: #8188CA;
--steel-blue-500: #5D67BB;
--steel-blue-600: #424B9E;
--steel-blue-700: #353C7E;
--steel-blue-800: #262B5A;
--steel-blue-900: #181B3A;
--steel-blue-950: #0F1124;
}