Steel Blue
#7B86D1
BlueColor Codes
All color formats for development
HEX
#7B86D1RGB
rgb(123, 134, 209)HSL
hsl(232, 48%, 65%)OKLCH
oklch(0.643 0.113 276.4)CMYK
cmyk(41%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6270C8
2#4A5ABF
3#3C4BAC
4#344093
5#2B367B
6#222B62
7#1A204A
8#111531
9#090B19
Tints
Lighter variations
1#8892D5
2#959EDA
3#A3ABDF
4#B0B7E3
5#BDC3E8
6#CACFEC
7#D7DBF1
8#E5E7F6
9#F2F3FA
Tones
Muted variations
1#7F89CC
2#838DC8
3#8890C4
4#8C93BF
5#9096BB
6#9599B7
7#999CB3
8#9D9FAE
9#A1A3AA
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 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B86 #7B86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5564 #5564C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A49 #3A49A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3A #2E3A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #A8B0E1;
--steel-blue-400: #7B86D1;
--steel-blue-500: #5564C3;
--steel-blue-600: #3A49A6;
--steel-blue-700: #2E3A84;
--steel-blue-800: #21295E;
--steel-blue-900: #151A3C;
--steel-blue-950: #0D1126;
}