Steel Blue
#7D84CF
BlueColor Codes
All color formats for development
HEX
#7D84CFRGB
rgb(125, 132, 207)HSL
hsl(235, 46%, 65%)OKLCH
oklch(0.639 0.112 278.6)CMYK
cmyk(40%, 36%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646DC6
2#4C56BD
3#3F48A9
4#363D91
5#2D3379
6#242961
7#1B1F49
8#121430
9#090A18
Tints
Lighter variations
1#8A90D4
2#979CD8
3#A4A9DD
4#B1B5E2
5#BEC1E7
6#CBCEEC
7#D8DAF1
8#E5E6F5
9#F2F3FA
Tones
Muted variations
1#8187CB
2#858AC7
3#898EC2
4#8D91BE
5#9195BA
6#9598B6
7#999BB2
8#9E9FAE
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AE #A9AEDF | BordersInactive statesPlaceholder text |
| 400 | 7D84 #7D84CF | Disabled statesSecondary iconsMuted text |
| 500 | 5760 #5760C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D45 #3D45A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3037 #303782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2227 #22275D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #CFD1ED;
--steel-blue-300: #A9AEDF;
--steel-blue-400: #7D84CF;
--steel-blue-500: #5760C1;
--steel-blue-600: #3D45A4;
--steel-blue-700: #303782;
--steel-blue-800: #22275D;
--steel-blue-900: #16193C;
--steel-blue-950: #0E1025;
}