Steel Blue
#3953A7
BlueColor Codes
All color formats for development
HEX
#3953A7RGB
rgb(57, 83, 167)HSL
hsl(226, 49%, 44%)OKLCH
oklch(0.468 0.138 267.8)CMYK
cmyk(66%, 50%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334B96
2#2E4286
3#283A75
4#223264
5#1D2954
6#172143
7#111932
8#0B1121
9#060811
Tints
Lighter variations
1#415DBC
2#556FC5
3#6A81CC
4#7F93D3
5#95A5DB
6#AAB7E2
7#BFC9E9
8#D4DBF0
9#EAEDF8
Tones
Muted variations
1#3F56A2
2#44599C
3#4A5C97
4#4F5F91
5#55628C
6#5A6486
7#606781
8#656A7B
9#6B6D76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8E #7A8ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 546E #546EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3953 #3953A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CED5EE;
--steel-blue-300: #A8B5E1;
--steel-blue-400: #7A8ED1;
--steel-blue-500: #546EC4;
--steel-blue-600: #3953A7;
--steel-blue-700: #2E4285;
--steel-blue-800: #212F5F;
--steel-blue-900: #151E3D;
--steel-blue-950: #0D1326;
}