Steel Blue
#7D94CF
BlueColor Codes
All color formats for development
HEX
#7D94CFRGB
rgb(125, 148, 207)HSL
hsl(223, 46%, 65%)OKLCH
oklch(0.672 0.092 267.6)CMYK
cmyk(40%, 29%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6480C6
2#4C6CBD
3#3F5DA9
4#365091
5#2D4279
6#243561
7#1B2849
8#121B30
9#090D18
Tints
Lighter variations
1#8A9FD4
2#97A9D8
3#A4B4DD
4#B1BFE2
5#BEC9E7
6#CBD4EC
7#D8DFF1
8#E5EAF5
9#F2F4FA
Tones
Muted variations
1#8196CB
2#8598C7
3#8999C2
4#8D9BBE
5#919DBA
6#959FB6
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 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B9 #A9B9DF | BordersInactive statesPlaceholder text |
| 400 | 7D94 #7D94CF | Disabled statesSecondary iconsMuted text |
| 500 | 5775 #5775C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5A #3D5AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3047 #304782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | 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: #E5EAF5;
--steel-blue-200: #CFD7ED;
--steel-blue-300: #A9B9DF;
--steel-blue-400: #7D94CF;
--steel-blue-500: #5775C1;
--steel-blue-600: #3D5AA4;
--steel-blue-700: #304782;
--steel-blue-800: #22335D;
--steel-blue-900: #16213C;
--steel-blue-950: #0E1425;
}