Steel Blue
#7D7DCF
BlueColor Codes
All color formats for development
HEX
#7D7DCFRGB
rgb(125, 125, 207)HSL
hsl(240, 46%, 65%)OKLCH
oklch(0.625 0.122 282.3)CMYK
cmyk(40%, 40%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6464C6
2#4C4CBD
3#3F3FA9
4#363691
5#2D2D79
6#242461
7#1B1B49
8#121230
9#090918
Tints
Lighter variations
1#8A8AD4
2#9797D8
3#A4A4DD
4#B1B1E2
5#BEBEE7
6#CBCBEC
7#D8D8F1
8#E5E5F5
9#F2F2FA
Tones
Muted variations
1#8181CB
2#8585C7
3#8989C2
4#8D8DBE
5#9191BA
6#9595B6
7#9999B2
8#9E9EAE
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | 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: #E5E5F5;
--steel-blue-200: #CFCFED;
--steel-blue-300: #A9A9DF;
--steel-blue-400: #7D7DCF;
--steel-blue-500: #5757C1;
--steel-blue-600: #3D3DA4;
--steel-blue-700: #303082;
--steel-blue-800: #22225D;
--steel-blue-900: #16163C;
--steel-blue-950: #0E0E25;
}