Steel Blue
#7E80CD
BlueColor Codes
All color formats for development
HEX
#7E80CDRGB
rgb(126, 128, 205)HSL
hsl(238, 44%, 65%)OKLCH
oklch(0.631 0.115 281.4)CMYK
cmyk(39%, 38%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#676AC4
2#4F52BA
3#4144A7
4#383B8F
5#2E3177
6#25275F
7#1C1D48
8#131430
9#090A18
Tints
Lighter variations
1#8B8ED2
2#989AD7
3#A5A7DC
4#B2B3E1
5#BFC0E6
6#CCCDEB
7#D8D9F0
8#E5E6F5
9#F2F2FA
Tones
Muted variations
1#8285C9
2#8688C5
3#8A8CC1
4#8E90BD
5#9293B9
6#9697B5
7#9A9BB2
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 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAC #ABACDE | BordersInactive statesPlaceholder text |
| 400 | 7E81 #7E81CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5D #5A5DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F42 #3F42A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3235 #323581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #CFD0EC;
--steel-blue-300: #ABACDE;
--steel-blue-400: #7E81CD;
--steel-blue-500: #5A5DBF;
--steel-blue-600: #3F42A2;
--steel-blue-700: #323581;
--steel-blue-800: #24265C;
--steel-blue-900: #17183B;
--steel-blue-950: #0E0F25;
}