Steel Blue
#7B7CD1
BlueColor Codes
All color formats for development
HEX
#7B7CD1RGB
rgb(123, 124, 209)HSL
hsl(239, 48%, 65%)OKLCH
oklch(0.623 0.127 281.6)CMYK
cmyk(41%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6264C8
2#4A4CBF
3#3C3EAC
4#343593
5#2B2C7B
6#222462
7#1A1B4A
8#111231
9#090919
Tints
Lighter variations
1#8889D5
2#9596DA
3#A3A4DF
4#B0B1E3
5#BDBEE8
6#CACBEC
7#D7D8F1
8#E5E5F6
9#F2F2FA
Tones
Muted variations
1#7F80CC
2#8385C8
3#8889C4
4#8C8DBF
5#9091BB
6#9595B7
7#9999B3
8#9D9DAE
9#A1A2AA
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 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7C #7B7CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5557 #5557C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3C #3A3CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | 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: #A8A9E1;
--steel-blue-400: #7B7CD1;
--steel-blue-500: #5557C3;
--steel-blue-600: #3A3CA6;
--steel-blue-700: #2E3084;
--steel-blue-800: #21225E;
--steel-blue-900: #15163C;
--steel-blue-950: #0D0E26;
}