Steel Blue
#7E7ECD
BlueColor Codes
All color formats for development
HEX
#7E7ECDRGB
rgb(126, 126, 205)HSL
hsl(240, 44%, 65%)OKLCH
oklch(0.627 0.118 282.5)CMYK
cmyk(39%, 39%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6767C4
2#4F4FBA
3#4141A7
4#38388F
5#2E2E77
6#25255F
7#1C1C48
8#131330
9#090918
Tints
Lighter variations
1#8B8BD2
2#9898D7
3#A5A5DC
4#B2B2E1
5#BFBFE6
6#CCCCEB
7#D8D8F0
8#E5E5F5
9#F2F2FA
Tones
Muted variations
1#8282C9
2#8686C5
3#8A8AC1
4#8E8EBD
5#9292B9
6#9696B5
7#9A9AB2
8#9E9EAE
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5A #5A5ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F3F #3F3FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3232 #323281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E5F5;
--steel-blue-200: #CFCFEC;
--steel-blue-300: #ABABDE;
--steel-blue-400: #7E7ECD;
--steel-blue-500: #5A5ABF;
--steel-blue-600: #3F3FA2;
--steel-blue-700: #323281;
--steel-blue-800: #24245C;
--steel-blue-900: #17173B;
--steel-blue-950: #0E0E25;
}