Steel Blue
#43489D
BlueColor Codes
All color formats for development
HEX
#43489DRGB
rgb(67, 72, 157)HSL
hsl(237, 40%, 44%)OKLCH
oklch(0.445 0.136 276.8)CMYK
cmyk(57%, 54%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D418D
2#36397E
3#2F326E
4#282B5E
5#22244F
6#1B1D3F
7#14162F
8#0D0E1F
9#070710
Tints
Lighter variations
1#4C51B1
2#5F64BA
3#7377C3
4#878ACC
5#9B9ED4
6#AFB1DD
7#C3C5E5
8#D7D8EE
9#EBECF6
Tones
Muted variations
1#484C99
2#4C5094
3#515490
4#55588B
5#5A5C87
6#5E6082
7#63647E
8#676879
9#6C6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDC | BordersInactive statesPlaceholder text |
| 400 | 8286 #8286C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E63 #5E63BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4348 #43489D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #262959 | 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: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D2EB;
--steel-blue-300: #ADAFDC;
--steel-blue-400: #8286C9;
--steel-blue-500: #5E63BA;
--steel-blue-600: #43489D;
--steel-blue-700: #36397D;
--steel-blue-800: #262959;
--steel-blue-900: #181A39;
--steel-blue-950: #0F1024;
}