Steel Blue
#7E86CD
BlueColor Codes
All color formats for development
HEX
#7E86CDRGB
rgb(126, 134, 205)HSL
hsl(234, 44%, 65%)OKLCH
oklch(0.643 0.106 278)CMYK
cmyk(39%, 35%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6770C4
2#4F5ABA
3#414BA7
4#38408F
5#2E3677
6#252B5F
7#1C2048
8#131530
9#090B18
Tints
Lighter variations
1#8B92D2
2#989ED7
3#A5ABDC
4#B2B7E1
5#BFC3E6
6#CCCFEB
7#D8DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8289C9
2#868DC5
3#8A90C1
4#8E93BD
5#9296B9
6#9699B5
7#9A9CB2
8#9E9FAE
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 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A64 #5A64BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F49 #3F49A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323A #323A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | 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: #CFD2EC;
--steel-blue-300: #ABB0DE;
--steel-blue-400: #7E86CD;
--steel-blue-500: #5A64BF;
--steel-blue-600: #3F49A2;
--steel-blue-700: #323A81;
--steel-blue-800: #24295C;
--steel-blue-900: #171A3B;
--steel-blue-950: #0E1125;
}