Steel Blue
#7D8ECF
BlueColor Codes
All color formats for development
HEX
#7D8ECFRGB
rgb(125, 142, 207)HSL
hsl(228, 46%, 65%)OKLCH
oklch(0.659 0.099 272.2)CMYK
cmyk(40%, 31%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6478C6
2#4C63BD
3#3F54A9
4#364891
5#2D3C79
6#243061
7#1B2449
8#121830
9#090C18
Tints
Lighter variations
1#8A99D4
2#97A4D8
3#A4AFDD
4#B1BBE2
5#BEC6E7
6#CBD1EC
7#D8DDF1
8#E5E8F5
9#F2F4FA
Tones
Muted variations
1#8190CB
2#8592C7
3#8995C2
4#8D97BE
5#9199BA
6#959CB6
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 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B4 #A9B4DF | BordersInactive statesPlaceholder text |
| 400 | 7D8D #7D8DCF | Disabled statesSecondary iconsMuted text |
| 500 | 576D #576DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D51 #3D51A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3041 #304182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222E #222E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | 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: #CFD5ED;
--steel-blue-300: #A9B4DF;
--steel-blue-400: #7D8DCF;
--steel-blue-500: #576DC1;
--steel-blue-600: #3D51A4;
--steel-blue-700: #304182;
--steel-blue-800: #222E5D;
--steel-blue-900: #161E3C;
--steel-blue-950: #0E1225;
}