Steel Blue
#7E93CD
BlueColor Codes
All color formats for development
HEX
#7E93CDRGB
rgb(126, 147, 205)HSL
hsl(224, 44%, 65%)OKLCH
oklch(0.67 0.09 268.6)CMYK
cmyk(39%, 28%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#677FC4
2#4F6BBA
3#415CA7
4#384F8F
5#2E4277
6#25355F
7#1C2848
8#131A30
9#090D18
Tints
Lighter variations
1#8B9ED2
2#98A9D7
3#A5B4DC
4#B2BEE1
5#BFC9E6
6#CCD4EB
7#D8DFF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8295C9
2#8697C5
3#8A99C1
4#8E9BBD
5#929DB9
6#969EB5
7#9AA0B2
8#9EA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB8 #ABB8DE | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A75 #5A75BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F59 #3F59A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3247 #324781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD7EC;
--steel-blue-300: #ABB8DE;
--steel-blue-400: #7E93CD;
--steel-blue-500: #5A75BF;
--steel-blue-600: #3F59A2;
--steel-blue-700: #324781;
--steel-blue-800: #24335C;
--steel-blue-900: #17203B;
--steel-blue-950: #0E1425;
}