Steel Blue
#5D5FBB
BlueColor Codes
All color formats for development
HEX
#5D5FBBRGB
rgb(93, 95, 187)HSL
hsl(239, 41%, 55%)OKLCH
oklch(0.53 0.141 279.5)CMYK
cmyk(50%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4CB2
2#42449E
3#3A3B8A
4#323377
5#292A63
6#21224F
7#19193B
8#111128
9#080814
Tints
Lighter variations
1#6D6FC2
2#7E7FC9
3#8E8FD0
4#9E9FD6
5#AEAFDD
6#BEBFE4
7#CECFEB
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6263B7
2#6768B2
3#6B6CAD
4#7071A8
5#7576A4
6#797A9F
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 | ACAD #ACADDC | BordersInactive statesPlaceholder text |
| 400 | 8182 #8182CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5F #5D5FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4244 #42449E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3536 #35367E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | 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: #ACADDC;
--steel-blue-400: #8182CA;
--steel-blue-500: #5D5FBB;
--steel-blue-600: #42449E;
--steel-blue-700: #35367E;
--steel-blue-800: #26265A;
--steel-blue-900: #18193A;
--steel-blue-950: #0F0F24;
}