Steel Blue
#5D5DBB
BlueColor Codes
All color formats for development
HEX
#5D5DBBRGB
rgb(93, 93, 187)HSL
hsl(240, 41%, 55%)OKLCH
oklch(0.526 0.144 280.2)CMYK
cmyk(50%, 50%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4AB2
2#42429E
3#3A3A8A
4#323277
5#292963
6#21214F
7#19193B
8#111128
9#080814
Tints
Lighter variations
1#6D6DC2
2#7E7EC9
3#8E8ED0
4#9E9ED6
5#AEAEDD
6#BEBEE4
7#CECEEB
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6262B7
2#6767B2
3#6B6BAD
4#7070A8
5#7575A4
6#79799F
7#7E7E9A
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 | D0D0 #D0D0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDC | BordersInactive statesPlaceholder text |
| 400 | 8181 #8181CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5D #5D5DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4242 #42429E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3535 #35357E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | 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: #D0D0EB;
--steel-blue-300: #ACACDC;
--steel-blue-400: #8181CA;
--steel-blue-500: #5D5DBB;
--steel-blue-600: #42429E;
--steel-blue-700: #35357E;
--steel-blue-800: #26265A;
--steel-blue-900: #18183A;
--steel-blue-950: #0F0F24;
}