Steel Blue
#7A84D1
BlueColor Codes
All color formats for development
HEX
#7A84D1RGB
rgb(122, 132, 209)HSL
hsl(233, 49%, 65%)OKLCH
oklch(0.638 0.116 277)CMYK
cmyk(42%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#616DC9
2#4957C1
3#3B48AD
4#333E94
5#2A347B
6#222963
7#191F4A
8#111531
9#080A19
Tints
Lighter variations
1#8790D6
2#959DDB
3#A2A9DF
4#AFB5E4
5#BDC2E8
6#CACEED
7#D7DAF1
8#E4E6F6
9#F2F3FA
Tones
Muted variations
1#7E88CD
2#838BC9
3#878EC4
4#8C92C0
5#9095BC
6#9498B7
7#999CB3
8#9D9FAE
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E4E6F6;
--steel-blue-200: #CED1EE;
--steel-blue-300: #A8AEE1;
--steel-blue-400: #7A84D1;
--steel-blue-500: #5461C4;
--steel-blue-600: #3946A7;
--steel-blue-700: #2E3885;
--steel-blue-800: #21285F;
--steel-blue-900: #15193D;
--steel-blue-950: #0D1026;
}