Steel Blue
#3B58A5
BlueColor Codes
All color formats for development
HEX
#3B58A5RGB
rgb(59, 88, 165)HSL
hsl(224, 47%, 44%)OKLCH
oklch(0.479 0.128 266.2)CMYK
cmyk(64%, 47%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364F94
2#304684
3#2A3D73
4#243563
5#1E2C52
6#182342
7#121A31
8#0C1221
9#060910
Tints
Lighter variations
1#4363BA
2#5774C2
3#6C85CA
4#8197D2
5#96A8D9
6#ABB9E1
7#C0CBE8
8#D5DCF0
9#EAEEF7
Tones
Muted variations
1#415AA0
2#465D9A
3#4B5F95
4#516190
5#56648B
6#5B6685
7#606980
8#666B7B
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C92 #7C92D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5673 #5673C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B58 #3B58A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F46 #2F4683 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED7ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C92D0;
--steel-blue-500: #5673C2;
--steel-blue-600: #3B58A5;
--steel-blue-700: #2F4683;
--steel-blue-800: #22325E;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}