Steel Blue
#7F8BCC
BlueColor Codes
All color formats for development
HEX
#7F8BCCRGB
rgb(127, 139, 204)HSL
hsl(231, 43%, 65%)OKLCH
oklch(0.653 0.098 275.4)CMYK
cmyk(38%, 32%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6875C3
2#5060B9
3#4251A6
4#39468E
5#2F3A77
6#262E5F
7#1C2347
8#13172F
9#090C18
Tints
Lighter variations
1#8C96D1
2#99A2D6
3#A6AEDB
4#B2B9E0
5#BFC5E6
6#CCD1EB
7#D9DCF0
8#E5E8F5
9#F2F3FA
Tones
Muted variations
1#838EC8
2#8790C4
3#8B93C1
4#8F96BD
5#9398B9
6#969BB5
7#9A9EB1
8#9EA0AD
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7F8B #7F8BCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6A #5B6ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404E #404EA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333E #333E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #D0D4EC;
--steel-blue-300: #ABB3DE;
--steel-blue-400: #7F8BCC;
--steel-blue-500: #5B6ABE;
--steel-blue-600: #404EA0;
--steel-blue-700: #333E80;
--steel-blue-800: #242D5B;
--steel-blue-900: #171D3A;
--steel-blue-950: #0F1224;
}