Steel Blue
#7D91CF
BlueColor Codes
All color formats for development
HEX
#7D91CFRGB
rgb(125, 145, 207)HSL
hsl(225, 46%, 65%)OKLCH
oklch(0.666 0.095 270)CMYK
cmyk(40%, 30%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647DC6
2#4C68BD
3#3F59A9
4#364D91
5#2D4079
6#243361
7#1B2649
8#121A30
9#090D18
Tints
Lighter variations
1#8A9CD4
2#97A7D8
3#A4B2DD
4#B1BDE2
5#BEC8E7
6#CBD3EC
7#D8DEF1
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8193CB
2#8595C7
3#8997C2
4#8D99BE
5#919BBA
6#959EB6
7#99A0B2
8#9EA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7DF | BordersInactive statesPlaceholder text |
| 400 | 7D91 #7D91CF | Disabled statesSecondary iconsMuted text |
| 500 | 5772 #5772C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D56 #3D56A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3045 #304582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #A9B7DF;
--steel-blue-400: #7D91CF;
--steel-blue-500: #5772C1;
--steel-blue-600: #3D56A4;
--steel-blue-700: #304582;
--steel-blue-800: #22315D;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1425;
}