Steel Blue
#7F8FCC
BlueColor Codes
All color formats for development
HEX
#7F8FCCRGB
rgb(127, 143, 204)HSL
hsl(228, 43%, 65%)OKLCH
oklch(0.662 0.093 272.4)CMYK
cmyk(38%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687AC3
2#5065B9
3#4256A6
4#394A8E
5#2F3D77
6#26315F
7#1C2547
8#13192F
9#090C18
Tints
Lighter variations
1#8C9AD1
2#99A5D6
3#A6B0DB
4#B2BCE0
5#BFC7E6
6#CCD2EB
7#D9DDF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8391C8
2#8793C4
3#8B96C1
4#8F98BD
5#939AB9
6#969DB5
7#9A9FB1
8#9EA1AD
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7F8F #7F8FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6F #5B6FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4053 #4053A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3342 #334280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #D0D5EC;
--steel-blue-300: #ABB5DE;
--steel-blue-400: #7F8FCC;
--steel-blue-500: #5B6FBE;
--steel-blue-600: #4053A0;
--steel-blue-700: #334280;
--steel-blue-800: #242F5B;
--steel-blue-900: #171E3A;
--steel-blue-950: #0F1324;
}