Steel Blue
#7A7ED1
BlueColor Codes
All color formats for development
HEX
#7A7ED1RGB
rgb(122, 126, 209)HSL
hsl(237, 49%, 65%)OKLCH
oklch(0.626 0.124 280.1)CMYK
cmyk(42%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6167C9
2#494FC1
3#3B41AD
4#333894
5#2A2E7B
6#222563
7#191C4A
8#111331
9#080919
Tints
Lighter variations
1#878BD6
2#9598DB
3#A2A5DF
4#AFB2E4
5#BDBFE8
6#CACCED
7#D7D8F1
8#E4E5F6
9#F2F2FA
Tones
Muted variations
1#7E82CD
2#8386C9
3#878AC4
4#8C8EC0
5#9092BC
6#9496B7
7#999AB3
8#9D9EAE
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 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7E #7A7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 545A #545AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393F #393FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E32 #2E3285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | 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: #E4E5F6;
--steel-blue-200: #CECFEE;
--steel-blue-300: #A8AAE1;
--steel-blue-400: #7A7ED1;
--steel-blue-500: #545AC4;
--steel-blue-600: #393FA7;
--steel-blue-700: #2E3285;
--steel-blue-800: #21245F;
--steel-blue-900: #15173D;
--steel-blue-950: #0D0E26;
}