Steel Blue
#43469D
BlueColor Codes
All color formats for development
HEX
#43469DRGB
rgb(67, 70, 157)HSL
hsl(238, 40%, 44%)OKLCH
oklch(0.441 0.139 277.6)CMYK
cmyk(57%, 55%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3F8D
2#36387E
3#2F316E
4#282A5E
5#22234F
6#1B1C3F
7#14152F
8#0D0E1F
9#070710
Tints
Lighter variations
1#4C4FB1
2#5F62BA
3#7376C3
4#8789CC
5#9B9DD4
6#AFB1DD
7#C3C4E5
8#D7D8EE
9#EBEBF6
Tones
Muted variations
1#484B99
2#4C4F94
3#515390
4#55578B
5#5A5B87
6#5E5F82
7#63647E
8#676879
9#6C6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8284 #8284C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E61 #5E61BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4346 #43469D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3638 #36387D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #262859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D1D1EB;
--steel-blue-300: #ADAEDC;
--steel-blue-400: #8284C9;
--steel-blue-500: #5E61BA;
--steel-blue-600: #43469D;
--steel-blue-700: #36387D;
--steel-blue-800: #262859;
--steel-blue-900: #181A39;
--steel-blue-950: #0F1024;
}