Steel Blue
#5D62BB
BlueColor Codes
All color formats for development
HEX
#5D62BBRGB
rgb(93, 98, 187)HSL
hsl(237, 41%, 55%)OKLCH
oklch(0.536 0.137 278.3)CMYK
cmyk(50%, 48%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A50B2
2#42479E
3#3A3E8A
4#323577
5#292C63
6#21234F
7#191B3B
8#111228
9#080914
Tints
Lighter variations
1#6D72C2
2#7E81C9
3#8E91D0
4#9EA1D6
5#AEB0DD
6#BEC0E4
7#CED0EB
8#DFE0F1
9#EFEFF8
Tones
Muted variations
1#6266B7
2#676AB2
3#6B6FAD
4#7073A8
5#7577A4
6#797B9F
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 | ACAF #ACAFDC | BordersInactive statesPlaceholder text |
| 400 | 8185 #8185CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D62 #5D62BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4247 #42479E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3538 #35387E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #26285A | 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: #ACAFDC;
--steel-blue-400: #8185CA;
--steel-blue-500: #5D62BB;
--steel-blue-600: #42479E;
--steel-blue-700: #35387E;
--steel-blue-800: #26285A;
--steel-blue-900: #181A3A;
--steel-blue-950: #0F1024;
}