Steel Blue
#7F87CC
BlueColor Codes
All color formats for development
HEX
#7F87CCRGB
rgb(127, 135, 204)HSL
hsl(234, 43%, 65%)OKLCH
oklch(0.645 0.103 278)CMYK
cmyk(38%, 34%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6871C3
2#505AB9
3#424CA6
4#39418E
5#2F3677
6#262B5F
7#1C2147
8#13162F
9#090B18
Tints
Lighter variations
1#8C93D1
2#999FD6
3#A6ABDB
4#B2B7E0
5#BFC3E6
6#CCCFEB
7#D9DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#838AC8
2#878DC4
3#8B90C1
4#8F93BD
5#9396B9
6#9699B5
7#9A9DB1
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 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7F87 #7F87CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B65 #5B65BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404A #404AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333B #333B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242A #242A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #D0D2EC;
--steel-blue-300: #ABB0DE;
--steel-blue-400: #7F87CC;
--steel-blue-500: #5B65BE;
--steel-blue-600: #404AA0;
--steel-blue-700: #333B80;
--steel-blue-800: #242A5B;
--steel-blue-900: #171B3A;
--steel-blue-950: #0F1124;
}