Steel Blue
#7E8CCD
BlueColor Codes
All color formats for development
HEX
#7E8CCDRGB
rgb(126, 140, 205)HSL
hsl(229, 44%, 65%)OKLCH
oklch(0.655 0.098 274.1)CMYK
cmyk(39%, 32%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6778C4
2#4F62BA
3#4154A7
4#38488F
5#2E3C77
6#25305F
7#1C2448
8#131830
9#090C18
Tints
Lighter variations
1#8B98D2
2#98A4D7
3#A5AFDC
4#B2BBE1
5#BFC6E6
6#CCD1EB
7#D8DDF0
8#E5E8F5
9#F2F4FA
Tones
Muted variations
1#828FC9
2#8692C5
3#8A94C1
4#8E97BD
5#9299B9
6#969CB5
7#9A9EB2
8#9EA1AE
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 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7E8D #7E8DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6C #5A6CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F51 #3F51A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3240 #324081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242E #242E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | 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: #CFD5EC;
--steel-blue-300: #ABB4DE;
--steel-blue-400: #7E8DCD;
--steel-blue-500: #5A6CBF;
--steel-blue-600: #3F51A2;
--steel-blue-700: #324081;
--steel-blue-800: #242E5C;
--steel-blue-900: #171D3B;
--steel-blue-950: #0E1225;
}