Steel Blue
#7E7ECE
BlueColor Codes
All color formats for development
HEX
#7E7ECERGB
rgb(126, 126, 206)HSL
hsl(240, 45%, 65%)OKLCH
oklch(0.627 0.119 282.4)CMYK
cmyk(39%, 39%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6666C5
2#4E4EBC
3#4040A8
4#373790
5#2E2E78
6#242460
7#1B1B48
8#121230
9#090918
Tints
Lighter variations
1#8B8BD3
2#9797D8
3#A4A4DD
4#B1B1E2
5#BEBEE6
6#CBCBEB
7#D8D8F0
8#E5E5F5
9#F2F2FA
Tones
Muted variations
1#8282CA
2#8686C6
3#8A8AC2
4#8E8EBE
5#9292BA
6#9696B6
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 #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAA #AAAADF | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5959 #5959C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3E #3E3EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3131 #313181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2323 #23235C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163B | 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: #CFCFED;
--steel-blue-300: #AAAADF;
--steel-blue-400: #7E7ECE;
--steel-blue-500: #5959C0;
--steel-blue-600: #3E3EA3;
--steel-blue-700: #313181;
--steel-blue-800: #23235C;
--steel-blue-900: #16163B;
--steel-blue-950: #0E0E25;
}