Steel Blue
#7A87D1
BlueColor Codes
All color formats for development
HEX
#7A87D1RGB
rgb(122, 135, 209)HSL
hsl(231, 49%, 65%)OKLCH
oklch(0.644 0.112 275.2)CMYK
cmyk(42%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6171C9
2#495BC1
3#3B4CAD
4#334194
5#2A367B
6#222C63
7#19214A
8#111631
9#080B19
Tints
Lighter variations
1#8793D6
2#959FDB
3#A2ABDF
4#AFB7E4
5#BDC3E8
6#CACFED
7#D7DBF1
8#E4E7F6
9#F2F3FA
Tones
Muted variations
1#7E8ACD
2#838DC9
3#8790C4
4#8C93C0
5#9096BC
6#949AB7
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 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A87 #7A87D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5465 #5465C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394A #394AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #A8B0E1;
--steel-blue-400: #7A87D1;
--steel-blue-500: #5465C4;
--steel-blue-600: #394AA7;
--steel-blue-700: #2E3B85;
--steel-blue-800: #212A5F;
--steel-blue-900: #151B3D;
--steel-blue-950: #0D1126;
}