Steel Blue
#7C7CD0
BlueColor Codes
All color formats for development
HEX
#7C7CD0RGB
rgb(124, 124, 208)HSL
hsl(240, 47%, 65%)OKLCH
oklch(0.623 0.125 282.1)CMYK
cmyk(40%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6363C7
2#4B4BBE
3#3D3DAB
4#353592
5#2C2C7A
6#232361
7#1A1A49
8#121231
9#090918
Tints
Lighter variations
1#8989D4
2#9696D9
3#A3A3DE
4#B0B0E3
5#BDBDE7
6#CBCBEC
7#D8D8F1
8#E5E5F6
9#F2F2FA
Tones
Muted variations
1#8080CC
2#8484C7
3#8888C3
4#8D8DBF
5#9191BB
6#9595B7
7#9999B2
8#9D9DAE
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9E0 | BordersInactive statesPlaceholder text |
| 400 | 7C7C #7C7CD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5656 #5656C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B3B #3B3BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F2F #2F2F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E5F6;
--steel-blue-200: #CECEED;
--steel-blue-300: #A9A9E0;
--steel-blue-400: #7C7CD0;
--steel-blue-500: #5656C2;
--steel-blue-600: #3B3BA5;
--steel-blue-700: #2F2F83;
--steel-blue-800: #22225E;
--steel-blue-900: #16163C;
--steel-blue-950: #0E0E25;
}