Steel Blue
#7A86D1
BlueColor Codes
All color formats for development
HEX
#7A86D1RGB
rgb(122, 134, 209)HSL
hsl(232, 49%, 65%)OKLCH
oklch(0.642 0.113 275.8)CMYK
cmyk(42%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#616FC9
2#4959C1
3#3B4AAD
4#334094
5#2A357B
6#222A63
7#19204A
8#111531
9#080B19
Tints
Lighter variations
1#8792D6
2#959EDB
3#A2AADF
4#AFB6E4
5#BDC2E8
6#CACEED
7#D7DBF1
8#E4E7F6
9#F2F3FA
Tones
Muted variations
1#7E89CD
2#838CC9
3#878FC4
4#8C93C0
5#9096BC
6#9499B7
7#999CB3
8#9D9FAE
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A86 #7A86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5463 #5463C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3948 #3948A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E39 #2E3985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3D | 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: #F4F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CED2EE;
--steel-blue-300: #A8AFE1;
--steel-blue-400: #7A86D1;
--steel-blue-500: #5463C4;
--steel-blue-600: #3948A7;
--steel-blue-700: #2E3985;
--steel-blue-800: #21295F;
--steel-blue-900: #151A3D;
--steel-blue-950: #0D1026;
}