Steel Blue
#7E82CD
BlueColor Codes
All color formats for development
HEX
#7E82CDRGB
rgb(126, 130, 205)HSL
hsl(237, 44%, 65%)OKLCH
oklch(0.635 0.112 280.4)CMYK
cmyk(39%, 37%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#676BC4
2#4F54BA
3#4146A7
4#383C8F
5#2E3277
6#25285F
7#1C1E48
8#131430
9#090A18
Tints
Lighter variations
1#8B8FD2
2#989BD7
3#A5A8DC
4#B2B4E1
5#BFC1E6
6#CCCDEB
7#D8DAF0
8#E5E6F5
9#F2F3FA
Tones
Muted variations
1#8286C9
2#8689C5
3#8A8DC1
4#8E91BD
5#9294B9
6#9698B5
7#9A9BB2
8#9E9FAE
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 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5F #5A5FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F44 #3F44A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3236 #323681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | 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: #CFD1EC;
--steel-blue-300: #ABADDE;
--steel-blue-400: #7E82CD;
--steel-blue-500: #5A5FBF;
--steel-blue-600: #3F44A2;
--steel-blue-700: #323681;
--steel-blue-800: #24275C;
--steel-blue-900: #17193B;
--steel-blue-950: #0E0F25;
}