Steel Blue
#7E8FCD
BlueColor Codes
All color formats for development
HEX
#7E8FCDRGB
rgb(126, 143, 205)HSL
hsl(227, 44%, 65%)OKLCH
oklch(0.661 0.095 271.9)CMYK
cmyk(39%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#677BC4
2#4F66BA
3#4157A7
4#384B8F
5#2E3E77
6#25325F
7#1C2548
8#131930
9#090C18
Tints
Lighter variations
1#8B9BD2
2#98A6D7
3#A5B1DC
4#B2BCE1
5#BFC7E6
6#CCD2EB
7#D8DEF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8292C9
2#8694C5
3#8A96C1
4#8E98BD
5#929BB9
6#969DB5
7#9A9FB2
8#9EA1AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB6 #ABB6DE | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A70 #5A70BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F54 #3F54A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3243 #324381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2430 #24305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6EC;
--steel-blue-300: #ABB6DE;
--steel-blue-400: #7E8FCD;
--steel-blue-500: #5A70BF;
--steel-blue-600: #3F54A2;
--steel-blue-700: #324381;
--steel-blue-800: #24305C;
--steel-blue-900: #171F3B;
--steel-blue-950: #0E1325;
}