Steel Blue
#7B83D1
BlueColor Codes
All color formats for development
HEX
#7B83D1RGB
rgb(123, 131, 209)HSL
hsl(234, 48%, 65%)OKLCH
oklch(0.637 0.117 278.1)CMYK
cmyk(41%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626DC8
2#4A56BF
3#3C47AC
4#343D93
5#2B337B
6#222962
7#1A1F4A
8#111431
9#090A19
Tints
Lighter variations
1#8890D5
2#959CDA
3#A3A9DF
4#B0B5E3
5#BDC1E8
6#CACEEC
7#D7DAF1
8#E5E6F6
9#F2F3FA
Tones
Muted variations
1#7F87CC
2#838AC8
3#888EC4
4#8C91BF
5#9095BB
6#9598B7
7#999BB3
8#9D9FAE
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7B83 #7B83D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5560 #5560C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A45 #3A45A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E37 #2E3784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2127 #21275E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193C | 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: #F4F4FB;
--steel-blue-100: #E5E6F6;
--steel-blue-200: #CED1EE;
--steel-blue-300: #A8AEE1;
--steel-blue-400: #7B83D1;
--steel-blue-500: #5560C3;
--steel-blue-600: #3A45A6;
--steel-blue-700: #2E3784;
--steel-blue-800: #21275E;
--steel-blue-900: #15193C;
--steel-blue-950: #0D1026;
}