Steel Blue
#2E5CB2
BlueColor Codes
All color formats for development
HEX
#2E5CB2RGB
rgb(46, 92, 178)HSL
hsl(219, 59%, 44%)OKLCH
oklch(0.49 0.146 261.5)CMYK
cmyk(74%, 48%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2953A1
2#254A8F
3#20417D
4#1C376B
5#172E59
6#122547
7#0E1C36
8#091224
9#050912
Tints
Lighter variations
1#3468C9
2#4979D0
3#6089D6
4#779ADC
5#8DABE2
6#A4BCE8
7#BBCDED
8#D2DDF3
9#E8EEF9
Tones
Muted variations
1#355EAC
2#3B60A5
3#42629F
4#486498
5#4F6691
6#56688B
7#5C6A84
8#636C7D
9#6A6E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE7 | BordersInactive statesPlaceholder text |
| 400 | 7196 #7196DA | Disabled statesSecondary iconsMuted text |
| 500 | 4978 #4978D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5C #2E5CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2549 #25498E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CAD8F1;
--steel-blue-300: #A2BAE7;
--steel-blue-400: #7196DA;
--steel-blue-500: #4978D0;
--steel-blue-600: #2E5CB2;
--steel-blue-700: #25498E;
--steel-blue-800: #1A3465;
--steel-blue-900: #112241;
--steel-blue-950: #0A1529;
}