Steel Blue
#7B8CD1
BlueColor Codes
All color formats for development
HEX
#7B8CD1RGB
rgb(123, 140, 209)HSL
hsl(228, 48%, 65%)OKLCH
oklch(0.655 0.105 272.7)CMYK
cmyk(41%, 33%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6277C8
2#4A61BF
3#3C53AC
4#344793
5#2B3B7B
6#222F62
7#1A234A
8#111831
9#090C19
Tints
Lighter variations
1#8898D5
2#95A3DA
3#A3AFDF
4#B0BAE3
5#BDC6E8
6#CAD1EC
7#D7DDF1
8#E5E8F6
9#F2F4FA
Tones
Muted variations
1#7F8FCC
2#8391C8
3#8894C4
4#8C96BF
5#9099BB
6#959BB7
7#999EB3
8#9DA1AE
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8C #7B8CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556B #556BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A50 #3A50A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212D #212D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F6;
--steel-blue-200: #CED4EE;
--steel-blue-300: #A8B3E1;
--steel-blue-400: #7B8CD1;
--steel-blue-500: #556BC3;
--steel-blue-600: #3A50A6;
--steel-blue-700: #2E4084;
--steel-blue-800: #212D5E;
--steel-blue-900: #151D3C;
--steel-blue-950: #0D1226;
}