Steel Blue
#7E82CE
BlueColor Codes
All color formats for development
HEX
#7E82CERGB
rgb(126, 130, 206)HSL
hsl(237, 45%, 65%)OKLCH
oklch(0.635 0.113 280.3)CMYK
cmyk(39%, 37%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666AC5
2#4E53BC
3#4045A8
4#373B90
5#2E3178
6#242760
7#1B1E48
8#121430
9#090A18
Tints
Lighter variations
1#8B8ED3
2#979BD8
3#A4A7DD
4#B1B4E2
5#BEC0E6
6#CBCDEB
7#D8D9F0
8#E5E6F5
9#F2F2FA
Tones
Muted variations
1#8285CA
2#8689C6
3#8A8CC2
4#8E90BE
5#9294BA
6#9697B6
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 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CE | Disabled statesSecondary iconsMuted text |
| 500 | 595E #595EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E43 #3E43A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3135 #313581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2326 #23265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | 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: #CFD0ED;
--steel-blue-300: #AAADDF;
--steel-blue-400: #7E82CE;
--steel-blue-500: #595EC0;
--steel-blue-600: #3E43A3;
--steel-blue-700: #313581;
--steel-blue-800: #23265C;
--steel-blue-900: #16183B;
--steel-blue-950: #0E0F25;
}