Steel Blue
#7E85CD
BlueColor Codes
All color formats for development
HEX
#7E85CDRGB
rgb(126, 133, 205)HSL
hsl(235, 44%, 65%)OKLCH
oklch(0.641 0.108 278.6)CMYK
cmyk(39%, 35%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#676EC4
2#4F58BA
3#4149A7
4#383F8F
5#2E3477
6#252A5F
7#1C1F48
8#131530
9#090A18
Tints
Lighter variations
1#8B91D2
2#989DD7
3#A5AADC
4#B2B6E1
5#BFC2E6
6#CCCEEB
7#D8DAF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8288C9
2#868CC5
3#8A8FC1
4#8E92BD
5#9295B9
6#9699B5
7#9A9CB2
8#9E9FAE
9#A2A2AA
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 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #ABAFDE;
--steel-blue-400: #7E85CD;
--steel-blue-500: #5A62BF;
--steel-blue-600: #3F47A2;
--steel-blue-700: #323981;
--steel-blue-800: #24285C;
--steel-blue-900: #171A3B;
--steel-blue-950: #0E1025;
}