Steel Blue
#7A8AD1
BlueColor Codes
All color formats for development
HEX
#7A8AD1RGB
rgb(122, 138, 209)HSL
hsl(229, 49%, 65%)OKLCH
oklch(0.65 0.108 273.4)CMYK
cmyk(42%, 34%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6174C9
2#495FC1
3#3B50AD
4#334594
5#2A397B
6#222E63
7#19224A
8#111731
9#080B19
Tints
Lighter variations
1#8796D6
2#95A1DB
3#A2ADDF
4#AFB9E4
5#BDC5E8
6#CAD0ED
7#D7DCF1
8#E4E8F6
9#F2F3FA
Tones
Muted variations
1#7E8DCD
2#8390C9
3#8792C4
4#8C95C0
5#9098BC
6#949BB7
7#999DB3
8#9DA0AE
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 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8A #7A8AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5469 #5469C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394D #394DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | 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: #CED4EE;
--steel-blue-300: #A8B2E1;
--steel-blue-400: #7A8AD1;
--steel-blue-500: #5469C4;
--steel-blue-600: #394DA7;
--steel-blue-700: #2E3E85;
--steel-blue-800: #212C5F;
--steel-blue-900: #151C3D;
--steel-blue-950: #0D1226;
}