Steel Blue
#7A81D1
BlueColor Codes
All color formats for development
HEX
#7A81D1RGB
rgb(122, 129, 209)HSL
hsl(235, 49%, 65%)OKLCH
oklch(0.632 0.12 278.6)CMYK
cmyk(42%, 38%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#616AC9
2#4953C1
3#3B45AD
4#333B94
5#2A317B
6#222763
7#191D4A
8#111431
9#080A19
Tints
Lighter variations
1#878ED6
2#959ADB
3#A2A7DF
4#AFB4E4
5#BDC0E8
6#CACDED
7#D7D9F1
8#E4E6F6
9#F2F2FA
Tones
Muted variations
1#7E85CD
2#8389C9
3#878CC4
4#8C90C0
5#9094BC
6#9497B7
7#999BB3
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 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7A81 #7A81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545D #545DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3942 #3942A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E35 #2E3585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | 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: #CED0EE;
--steel-blue-300: #A8ACE1;
--steel-blue-400: #7A81D1;
--steel-blue-500: #545DC4;
--steel-blue-600: #3942A7;
--steel-blue-700: #2E3585;
--steel-blue-800: #21265F;
--steel-blue-900: #15183D;
--steel-blue-950: #0D0F26;
}