Steel Blue
#7D90CF
BlueColor Codes
All color formats for development
HEX
#7D90CFRGB
rgb(125, 144, 207)HSL
hsl(226, 46%, 65%)OKLCH
oklch(0.664 0.097 270.8)CMYK
cmyk(40%, 30%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647BC6
2#4C67BD
3#3F58A9
4#364B91
5#2D3F79
6#243261
7#1B2649
8#121930
9#090D18
Tints
Lighter variations
1#8A9BD4
2#97A6D8
3#A4B1DD
4#B1BCE2
5#BEC7E7
6#CBD3EC
7#D8DEF1
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8192CB
2#8594C7
3#8996C2
4#8D99BE
5#919BBA
6#959DB6
7#999FB2
8#9EA1AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B6 #A9B6DF | BordersInactive statesPlaceholder text |
| 400 | 7D90 #7D90CF | Disabled statesSecondary iconsMuted text |
| 500 | 5770 #5770C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D55 #3D55A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3043 #304382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2230 #22305D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #A9B6DF;
--steel-blue-400: #7D90CF;
--steel-blue-500: #5770C1;
--steel-blue-600: #3D55A4;
--steel-blue-700: #304382;
--steel-blue-800: #22305D;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1325;
}