Steel Blue
#7E93CE
BlueColor Codes
All color formats for development
HEX
#7E93CERGB
rgb(126, 147, 206)HSL
hsl(224, 45%, 65%)OKLCH
oklch(0.67 0.091 268.8)CMYK
cmyk(39%, 29%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667FC5
2#4E6BBC
3#405CA8
4#374F90
5#2E4178
6#243460
7#1B2748
8#121A30
9#090D18
Tints
Lighter variations
1#8B9ED3
2#97A9D8
3#A4B3DD
4#B1BEE2
5#BEC9E6
6#CBD4EB
7#D8DFF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8295CA
2#8697C6
3#8A99C2
4#8E9BBE
5#929CBA
6#969EB6
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 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | 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: #CFD7ED;
--steel-blue-300: #AAB8DF;
--steel-blue-400: #7E93CE;
--steel-blue-500: #5974C0;
--steel-blue-600: #3E59A3;
--steel-blue-700: #314781;
--steel-blue-800: #23325C;
--steel-blue-900: #16203B;
--steel-blue-950: #0E1425;
}