Steel Blue
#7E80CE
BlueColor Codes
All color formats for development
HEX
#7E80CERGB
rgb(126, 128, 206)HSL
hsl(239, 45%, 65%)OKLCH
oklch(0.631 0.116 281.4)CMYK
cmyk(39%, 38%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6667C5
2#4E4FBC
3#4042A8
4#373890
5#2E2F78
6#242560
7#1B1C48
8#121330
9#090918
Tints
Lighter variations
1#8B8CD3
2#9799D8
3#A4A5DD
4#B1B2E2
5#BEBFE6
6#CBCCEB
7#D8D9F0
8#E5E5F5
9#F2F2FA
Tones
Muted variations
1#8283CA
2#8687C6
3#8A8BC2
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 | AAAB #AAABDF | BordersInactive statesPlaceholder text |
| 400 | 7E7F #7E7FCE | Disabled statesSecondary iconsMuted text |
| 500 | 595A #595AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3F #3E3FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3132 #313281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2324 #23245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173B | 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: #AAABDF;
--steel-blue-400: #7E7FCE;
--steel-blue-500: #595AC0;
--steel-blue-600: #3E3FA3;
--steel-blue-700: #313281;
--steel-blue-800: #23245C;
--steel-blue-900: #16173B;
--steel-blue-950: #0E0E25;
}