Steel Blue
#7D8ACF
BlueColor Codes
All color formats for development
HEX
#7D8ACFRGB
rgb(125, 138, 207)HSL
hsl(230, 46%, 65%)OKLCH
oklch(0.651 0.104 275)CMYK
cmyk(40%, 33%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6475C6
2#4C5FBD
3#3F50A9
4#364591
5#2D3979
6#242E61
7#1B2249
8#121730
9#090B18
Tints
Lighter variations
1#8A96D4
2#97A2D8
3#A4ADDD
4#B1B9E2
5#BEC5E7
6#CBD0EC
7#D8DCF1
8#E5E8F5
9#F2F3FA
Tones
Muted variations
1#818DCB
2#8590C7
3#8993C2
4#8D95BE
5#9198BA
6#959BB6
7#999EB2
8#9EA0AE
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B2 #A9B2DF | BordersInactive statesPlaceholder text |
| 400 | 7D8A #7D8ACF | Disabled statesSecondary iconsMuted text |
| 500 | 5769 #5769C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4E #3D4EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303E #303E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222C #222C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | 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: #CFD4ED;
--steel-blue-300: #A9B2DF;
--steel-blue-400: #7D8ACF;
--steel-blue-500: #5769C1;
--steel-blue-600: #3D4EA4;
--steel-blue-700: #303E82;
--steel-blue-800: #222C5D;
--steel-blue-900: #161C3C;
--steel-blue-950: #0E1225;
}