Steel Blue
#7A7BD1
BlueColor Codes
All color formats for development
HEX
#7A7BD1RGB
rgb(122, 123, 209)HSL
hsl(239, 49%, 65%)OKLCH
oklch(0.62 0.128 281.5)CMYK
cmyk(42%, 41%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6163C9
2#494BC1
3#3B3DAD
4#333494
5#2A2C7B
6#222363
7#191A4A
8#111131
9#080919
Tints
Lighter variations
1#8789D6
2#9596DB
3#A2A3DF
4#AFB0E4
5#BDBDE8
6#CACAED
7#D7D8F1
8#E4E5F6
9#F2F2FA
Tones
Muted variations
1#7E80CD
2#8384C9
3#8788C4
4#8C8CC0
5#9091BC
6#9495B7
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 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7B #7A7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5456 #5456C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393B #393BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2F #2E2F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | 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: #E4E5F6;
--steel-blue-200: #CECEEE;
--steel-blue-300: #A8A9E1;
--steel-blue-400: #7A7BD1;
--steel-blue-500: #5456C4;
--steel-blue-600: #393BA7;
--steel-blue-700: #2E2F85;
--steel-blue-800: #21225F;
--steel-blue-900: #15153D;
--steel-blue-950: #0D0D26;
}