Steel Blue
#4046A0
BlueColor Codes
All color formats for development
HEX
#4046A0RGB
rgb(64, 70, 160)HSL
hsl(236, 43%, 44%)OKLCH
oklch(0.441 0.144 275.9)CMYK
cmyk(60%, 56%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A3F90
2#333880
3#2D3170
4#262A60
5#202350
6#1A1C40
7#131530
8#0D0E20
9#060710
Tints
Lighter variations
1#484FB5
2#5C62BE
3#7076C6
4#8489CE
5#999DD6
6#ADB1DE
7#C2C4E7
8#D6D8EF
9#EBEBF7
Tones
Muted variations
1#454B9C
2#4A4F97
3#4E5392
4#53578D
5#585B88
6#5D5F83
7#62647F
8#67687A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | 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: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ABAEDE;
--steel-blue-400: #7F84CC;
--steel-blue-500: #5B61BE;
--steel-blue-600: #4046A0;
--steel-blue-700: #333880;
--steel-blue-800: #24285B;
--steel-blue-900: #171A3A;
--steel-blue-950: #0F1024;
}