Steel Blue
#5D63BB
BlueColor Codes
All color formats for development
HEX
#5D63BBRGB
rgb(93, 99, 187)HSL
hsl(236, 41%, 55%)OKLCH
oklch(0.538 0.136 277.9)CMYK
cmyk(50%, 47%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A51B2
2#42489E
3#3A3F8A
4#323677
5#292D63
6#21244F
7#191B3B
8#111228
9#080914
Tints
Lighter variations
1#6D73C2
2#7E83C9
3#8E92D0
4#9EA2D6
5#AEB1DD
6#BEC1E4
7#CED0EB
8#DFE0F1
9#EFEFF8
Tones
Muted variations
1#6268B7
2#676CB2
3#6B70AD
4#7074A8
5#7578A4
6#797C9F
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 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8186 #8186CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D63 #5D63BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4248 #42489E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353A #353A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #26295A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #D0D2EB;
--steel-blue-300: #ACB0DC;
--steel-blue-400: #8186CA;
--steel-blue-500: #5D63BB;
--steel-blue-600: #42489E;
--steel-blue-700: #353A7E;
--steel-blue-800: #26295A;
--steel-blue-900: #181A3A;
--steel-blue-950: #0F1024;
}