Steel Blue
#7E87CE
BlueColor Codes
All color formats for development
HEX
#7E87CERGB
rgb(126, 135, 206)HSL
hsl(233, 45%, 65%)OKLCH
oklch(0.645 0.107 277.5)CMYK
cmyk(39%, 34%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6671C5
2#4E5ABC
3#404CA8
4#374190
5#2E3678
6#242B60
7#1B2148
8#121630
9#090B18
Tints
Lighter variations
1#8B93D3
2#979FD8
3#A4ABDD
4#B1B7E2
5#BEC3E6
6#CBCFEB
7#D8DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#828ACA
2#868DC6
3#8A90C2
4#8E93BE
5#9296BA
6#9699B6
7#9A9DB2
8#9EA0AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB0 #AAB0DF | BordersInactive statesPlaceholder text |
| 400 | 7E87 #7E87CE | Disabled statesSecondary iconsMuted text |
| 500 | 5965 #5965C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E49 #3E49A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313A #313A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232A #232A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #AAB0DF;
--steel-blue-400: #7E87CE;
--steel-blue-500: #5965C0;
--steel-blue-600: #3E49A3;
--steel-blue-700: #313A81;
--steel-blue-800: #232A5C;
--steel-blue-900: #161B3B;
--steel-blue-950: #0E1125;
}