Steel Blue
#7E8ACD
BlueColor Codes
All color formats for development
HEX
#7E8ACDRGB
rgb(126, 138, 205)HSL
hsl(231, 44%, 65%)OKLCH
oklch(0.651 0.101 275.5)CMYK
cmyk(39%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6775C4
2#4F5FBA
3#4150A7
4#38458F
5#2E3977
6#252E5F
7#1C2248
8#131730
9#090B18
Tints
Lighter variations
1#8B96D2
2#98A2D7
3#A5ADDC
4#B2B9E1
5#BFC5E6
6#CCD0EB
7#D8DCF0
8#E5E8F5
9#F2F3FA
Tones
Muted variations
1#828DC9
2#8690C5
3#8A93C1
4#8E95BD
5#9298B9
6#969BB5
7#9A9EB2
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7E8A #7E8ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A69 #5A69BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4E #3F4EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323E #323E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4EC;
--steel-blue-300: #ABB2DE;
--steel-blue-400: #7E8ACD;
--steel-blue-500: #5A69BF;
--steel-blue-600: #3F4EA2;
--steel-blue-700: #323E81;
--steel-blue-800: #242C5C;
--steel-blue-900: #171C3B;
--steel-blue-950: #0E1225;
}