Steel Blue
#5D60BB
BlueColor Codes
All color formats for development
HEX
#5D60BBRGB
rgb(93, 96, 187)HSL
hsl(238, 41%, 55%)OKLCH
oklch(0.532 0.14 279.1)CMYK
cmyk(50%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4EB2
2#42459E
3#3A3D8A
4#323477
5#292B63
6#21234F
7#191A3B
8#111128
9#080914
Tints
Lighter variations
1#6D70C2
2#7E80C9
3#8E90D0
4#9EA0D6
5#AEB0DD
6#BEC0E4
7#CECFEB
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6265B7
2#6769B2
3#6B6EAD
4#7072A8
5#7576A4
6#797B9F
7#7E7F9A
8#838396
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D0D1EB;
--steel-blue-300: #ACAEDC;
--steel-blue-400: #8184CA;
--steel-blue-500: #5D60BB;
--steel-blue-600: #42459E;
--steel-blue-700: #35377E;
--steel-blue-800: #26275A;
--steel-blue-900: #18193A;
--steel-blue-950: #0F1024;
}