Steel Blue
#7B7BD1
BlueColor Codes
All color formats for development
HEX
#7B7BD1RGB
rgb(123, 123, 209)HSL
hsl(240, 48%, 65%)OKLCH
oklch(0.621 0.128 282)CMYK
cmyk(41%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6262C8
2#4A4ABF
3#3C3CAC
4#343493
5#2B2B7B
6#222262
7#1A1A4A
8#111131
9#090919
Tints
Lighter variations
1#8888D5
2#9595DA
3#A3A3DF
4#B0B0E3
5#BDBDE8
6#CACAEC
7#D7D7F1
8#E5E5F6
9#F2F2FA
Tones
Muted variations
1#7F7FCC
2#8383C8
3#8888C4
4#8C8CBF
5#9090BB
6#9595B7
7#9999B3
8#9D9DAE
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7B #7B7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5555 #5555C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3A #3A3AA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E5F6;
--steel-blue-200: #CECEEE;
--steel-blue-300: #A8A8E1;
--steel-blue-400: #7B7BD1;
--steel-blue-500: #5555C3;
--steel-blue-600: #3A3AA6;
--steel-blue-700: #2E2E84;
--steel-blue-800: #21215E;
--steel-blue-900: #15153C;
--steel-blue-950: #0D0D26;
}