Steel Blue
#7E89CD
BlueColor Codes
All color formats for development
HEX
#7E89CDRGB
rgb(126, 137, 205)HSL
hsl(232, 44%, 65%)OKLCH
oklch(0.649 0.102 276.1)CMYK
cmyk(39%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6773C4
2#4F5DBA
3#414FA7
4#38438F
5#2E3877
6#252D5F
7#1C2248
8#131630
9#090B18
Tints
Lighter variations
1#8B95D2
2#98A1D7
3#A5ACDC
4#B2B8E1
5#BFC4E6
6#CCD0EB
7#D8DCF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#828CC9
2#868FC5
3#8A92C1
4#8E94BD
5#9297B9
6#969AB5
7#9A9DB2
8#9EA0AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E89 #7E89CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A67 #5A67BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4C #3F4CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323C #323C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD3EC;
--steel-blue-300: #ABB1DE;
--steel-blue-400: #7E89CD;
--steel-blue-500: #5A67BF;
--steel-blue-600: #3F4CA2;
--steel-blue-700: #323C81;
--steel-blue-800: #242B5C;
--steel-blue-900: #171C3B;
--steel-blue-950: #0E1125;
}