Steel Blue
#7D8CCF
BlueColor Codes
All color formats for development
HEX
#7D8CCFRGB
rgb(125, 140, 207)HSL
hsl(229, 46%, 65%)OKLCH
oklch(0.655 0.102 273.7)CMYK
cmyk(40%, 32%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6476C6
2#4C61BD
3#3F52A9
4#364691
5#2D3B79
6#242F61
7#1B2349
8#121730
9#090C18
Tints
Lighter variations
1#8A97D4
2#97A3D8
3#A4AEDD
4#B1BAE2
5#BEC5E7
6#CBD1EC
7#D8DCF1
8#E5E8F5
9#F2F3FA
Tones
Muted variations
1#818ECB
2#8591C7
3#8994C2
4#8D96BE
5#9199BA
6#959BB6
7#999EB2
8#9EA1AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B3 #A9B3DF | BordersInactive statesPlaceholder text |
| 400 | 7D8C #7D8CCF | Disabled statesSecondary iconsMuted text |
| 500 | 576B #576BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D50 #3D50A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303F #303F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222D #222D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4ED;
--steel-blue-300: #A9B3DF;
--steel-blue-400: #7D8CCF;
--steel-blue-500: #576BC1;
--steel-blue-600: #3D50A4;
--steel-blue-700: #303F82;
--steel-blue-800: #222D5D;
--steel-blue-900: #161D3C;
--steel-blue-950: #0E1225;
}