Steel Blue
#7A8ED1
BlueColor Codes
All color formats for development
HEX
#7A8ED1RGB
rgb(122, 142, 209)HSL
hsl(226, 49%, 65%)OKLCH
oklch(0.658 0.103 270.7)CMYK
cmyk(42%, 32%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#617AC9
2#4965C1
3#3B56AD
4#334994
5#2A3D7B
6#223163
7#19254A
8#111831
9#080C19
Tints
Lighter variations
1#879AD6
2#95A5DB
3#A2B0DF
4#AFBBE4
5#BDC7E8
6#CAD2ED
7#D7DDF1
8#E4E8F6
9#F2F4FA
Tones
Muted variations
1#7E91CD
2#8393C9
3#8795C4
4#8C98C0
5#909ABC
6#949CB7
7#999FB3
8#9DA1AE
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8E #7A8ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 546E #546EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3953 #3953A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CED5EE;
--steel-blue-300: #A8B5E1;
--steel-blue-400: #7A8ED1;
--steel-blue-500: #546EC4;
--steel-blue-600: #3953A7;
--steel-blue-700: #2E4285;
--steel-blue-800: #212F5F;
--steel-blue-900: #151E3D;
--steel-blue-950: #0D1326;
}