Steel Blue
#7B85D1
BlueColor Codes
All color formats for development
HEX
#7B85D1RGB
rgb(123, 133, 209)HSL
hsl(233, 48%, 65%)OKLCH
oklch(0.641 0.114 277)CMYK
cmyk(41%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626EC8
2#4A58BF
3#3C49AC
4#343F93
5#2B347B
6#222A62
7#1A1F4A
8#111531
9#090A19
Tints
Lighter variations
1#8891D5
2#959DDA
3#A3AADF
4#B0B6E3
5#BDC2E8
6#CACEEC
7#D7DAF1
8#E5E7F6
9#F2F3FA
Tones
Muted variations
1#7F88CC
2#838BC8
3#888FC4
4#8C92BF
5#9095BB
6#9599B7
7#999CB3
8#9D9FAE
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7B85 #7B85D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5562 #5562C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A47 #3A47A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED2EE;
--steel-blue-300: #A8AFE1;
--steel-blue-400: #7B85D1;
--steel-blue-500: #5562C3;
--steel-blue-600: #3A47A6;
--steel-blue-700: #2E3884;
--steel-blue-800: #21285E;
--steel-blue-900: #151A3C;
--steel-blue-950: #0D1026;
}