Steel Blue
#43459D
BlueColor Codes
All color formats for development
HEX
#43459DRGB
rgb(67, 69, 157)HSL
hsl(239, 40%, 44%)OKLCH
oklch(0.439 0.14 278)CMYK
cmyk(57%, 56%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3E8D
2#36377E
3#2F306E
4#28295E
5#22224F
6#1B1C3F
7#14152F
8#0D0E1F
9#070710
Tints
Lighter variations
1#4C4EB1
2#5F61BA
3#7374C3
4#8788CC
5#9B9CD4
6#AFB0DD
7#C3C4E5
8#D7D7EE
9#EBEBF6
Tones
Muted variations
1#484999
2#4C4D94
3#515290
4#55568B
5#5A5B87
6#5E5F82
7#63637E
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 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | 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: #8283C9;
--steel-blue-500: #5E60BA;
--steel-blue-600: #43459D;
--steel-blue-700: #36377D;
--steel-blue-800: #262759;
--steel-blue-900: #181939;
--steel-blue-950: #0F1024;
}