Steel Blue
#7B8DD1
BlueColor Codes
All color formats for development
HEX
#7B8DD1RGB
rgb(123, 141, 209)HSL
hsl(227, 48%, 65%)OKLCH
oklch(0.657 0.104 272)CMYK
cmyk(41%, 33%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6278C8
2#4A63BF
3#3C54AC
4#344893
5#2B3C7B
6#223062
7#1A244A
8#111831
9#090C19
Tints
Lighter variations
1#8899D5
2#95A4DA
3#A3B0DF
4#B0BBE3
5#BDC6E8
6#CAD2EC
7#D7DDF1
8#E5E8F6
9#F2F4FA
Tones
Muted variations
1#7F90CC
2#8392C8
3#8895C4
4#8C97BF
5#909ABB
6#959CB7
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 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8D #7B8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556D #556DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A52 #3A52A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E41 #2E4184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | 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: #CED5EE;
--steel-blue-300: #A8B4E1;
--steel-blue-400: #7B8DD1;
--steel-blue-500: #556DC3;
--steel-blue-600: #3A52A6;
--steel-blue-700: #2E4184;
--steel-blue-800: #212E5E;
--steel-blue-900: #151E3C;
--steel-blue-950: #0D1326;
}