Steel Blue
#7F8CCC
BlueColor Codes
All color formats for development
HEX
#7F8CCCRGB
rgb(127, 140, 204)HSL
hsl(230, 43%, 65%)OKLCH
oklch(0.655 0.097 274.6)CMYK
cmyk(38%, 31%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6877C3
2#5062B9
3#4253A6
4#39478E
5#2F3B77
6#262F5F
7#1C2347
8#13182F
9#090C18
Tints
Lighter variations
1#8C98D1
2#99A3D6
3#A6AFDB
4#B2BAE0
5#BFC6E6
6#CCD1EB
7#D9DDF0
8#E5E8F5
9#F2F4FA
Tones
Muted variations
1#838FC8
2#8791C4
3#8B94C1
4#8F96BD
5#9399B9
6#969CB5
7#9A9EB1
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7F8C #7F8CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6B #5B6BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4050 #4050A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3340 #334080 | 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: #ABB4DE;
--steel-blue-400: #7F8CCC;
--steel-blue-500: #5B6BBE;
--steel-blue-600: #4050A0;
--steel-blue-700: #334080;
--steel-blue-800: #242D5B;
--steel-blue-900: #171D3A;
--steel-blue-950: #0F1224;
}