Steel Blue
#7A7DD1
BlueColor Codes
All color formats for development
HEX
#7A7DD1RGB
rgb(122, 125, 209)HSL
hsl(238, 49%, 65%)OKLCH
oklch(0.624 0.125 280.6)CMYK
cmyk(42%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6165C9
2#494DC1
3#3B3FAD
4#333694
5#2A2D7B
6#222463
7#191B4A
8#111231
9#080919
Tints
Lighter variations
1#878AD6
2#9597DB
3#A2A4DF
4#AFB1E4
5#BDBEE8
6#CACBED
7#D7D8F1
8#E4E5F6
9#F2F2FA
Tones
Muted variations
1#7E81CD
2#8385C9
3#8789C4
4#8C8DC0
5#9091BC
6#9495B7
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 | 7A7D #7A7DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5458 #5458C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393D #393DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163D | 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: #7A7DD1;
--steel-blue-500: #5458C4;
--steel-blue-600: #393DA7;
--steel-blue-700: #2E3085;
--steel-blue-800: #21235F;
--steel-blue-900: #15163D;
--steel-blue-950: #0D0E26;
}