Steel Blue
#7A93D1
BlueColor Codes
All color formats for development
HEX
#7A93D1RGB
rgb(122, 147, 209)HSL
hsl(223, 49%, 65%)OKLCH
oklch(0.669 0.097 267)CMYK
cmyk(42%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#617FC9
2#496BC1
3#3B5BAD
4#334E94
5#2A417B
6#223463
7#19274A
8#111A31
9#080D19
Tints
Lighter variations
1#879ED6
2#95A8DB
3#A2B3DF
4#AFBEE4
5#BDC9E8
6#CAD4ED
7#D7DFF1
8#E4E9F6
9#F2F4FA
Tones
Muted variations
1#7E95CD
2#8397C9
3#8798C4
4#8C9AC0
5#909CBC
6#949EB7
7#99A0B3
8#9DA2AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A93 #7A93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5474 #5474C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3958 #3958A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E46 #2E4685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B8E1;
--steel-blue-400: #7A93D1;
--steel-blue-500: #5474C4;
--steel-blue-600: #3958A7;
--steel-blue-700: #2E4685;
--steel-blue-800: #21325F;
--steel-blue-900: #15203D;
--steel-blue-950: #0D1426;
}