Steel Blue
#7F86CC
BlueColor Codes
All color formats for development
HEX
#7F86CCRGB
rgb(127, 134, 204)HSL
hsl(235, 43%, 65%)OKLCH
oklch(0.643 0.105 278.6)CMYK
cmyk(38%, 34%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686FC3
2#5059B9
3#424AA6
4#39408E
5#2F3577
6#262B5F
7#1C2047
8#13152F
9#090B18
Tints
Lighter variations
1#8C92D1
2#999ED6
3#A6AADB
4#B2B6E0
5#BFC2E6
6#CCCFEB
7#D9DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8389C8
2#878CC4
3#8B8FC1
4#8F93BD
5#9396B9
6#9699B5
7#9A9CB1
8#9E9FAD
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 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7F86 #7F86CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B63 #5B63BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4048 #4048A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3339 #333980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #ABAFDE;
--steel-blue-400: #7F86CC;
--steel-blue-500: #5B63BE;
--steel-blue-600: #4048A0;
--steel-blue-700: #333980;
--steel-blue-800: #24295B;
--steel-blue-900: #171A3A;
--steel-blue-950: #0F1024;
}