Steel Blue
#7A94D1
BlueColor Codes
All color formats for development
HEX
#7A94D1RGB
rgb(122, 148, 209)HSL
hsl(222, 49%, 65%)OKLCH
oklch(0.671 0.096 266.2)CMYK
cmyk(42%, 29%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6180C9
2#496DC1
3#3B5DAD
4#335094
5#2A437B
6#223563
7#19284A
8#111B31
9#080D19
Tints
Lighter variations
1#879FD6
2#95AADB
3#A2B4DF
4#AFBFE4
5#BDCAE8
6#CAD4ED
7#D7DFF1
8#E4EAF6
9#F2F4FA
Tones
Muted variations
1#7E96CD
2#8398C9
3#879AC4
4#8C9BC0
5#909DBC
6#949FB7
7#99A1B3
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B9E1;
--steel-blue-400: #7A94D1;
--steel-blue-500: #5476C4;
--steel-blue-600: #395AA7;
--steel-blue-700: #2E4885;
--steel-blue-800: #21335F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}