Steel Blue
#4048A0
BlueColor Codes
All color formats for development
HEX
#4048A0RGB
rgb(64, 72, 160)HSL
hsl(235, 43%, 44%)OKLCH
oklch(0.445 0.141 275.2)CMYK
cmyk(60%, 55%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4190
2#333A80
3#2D3270
4#262B60
5#202450
6#1A1D40
7#131630
8#0D0E20
9#060710
Tints
Lighter variations
1#4851B5
2#5C64BE
3#7077C6
4#848BCE
5#999ED6
6#ADB1DE
7#C2C5E7
8#D6D8EF
9#EBECF7
Tones
Muted variations
1#454C9C
2#4A5097
3#4E5492
4#53588D
5#585C88
6#5D6083
7#62647F
8#67687A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7F86 #7F86CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B63 #5B63BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4048 #4048A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3339 #333980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | 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: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #D0D2EC;
--steel-blue-300: #ABAFDE;
--steel-blue-400: #7F86CC;
--steel-blue-500: #5B63BE;
--steel-blue-600: #4048A0;
--steel-blue-700: #333980;
--steel-blue-800: #24295B;
--steel-blue-900: #171A3A;
--steel-blue-950: #0F1024;
}