Steel Blue
#2E6CB2
BlueColor Codes
All color formats for development
HEX
#2E6CB2RGB
rgb(46, 108, 178)HSL
hsl(212, 59%, 44%)OKLCH
oklch(0.526 0.128 253.7)CMYK
cmyk(74%, 39%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2961A1
2#25568F
3#204B7D
4#1C416B
5#173659
6#122B47
7#0E2036
8#091624
9#050B12
Tints
Lighter variations
1#347AC9
2#4988D0
3#6097D6
4#77A6DC
5#8DB5E2
6#A4C4E8
7#BBD2ED
8#D2E1F3
9#E8F0F9
Tones
Muted variations
1#356CAC
2#3B6DA5
3#426D9F
4#486E98
5#4F6E91
6#566E8B
7#5C6F84
8#636F7D
9#6A7077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E7 | BordersInactive statesPlaceholder text |
| 400 | 71A2 #71A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4988 #4988D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6C #2E6CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3D #1A3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF8;
--steel-blue-200: #CADDF1;
--steel-blue-300: #A2C2E7;
--steel-blue-400: #71A2DA;
--steel-blue-500: #4988D0;
--steel-blue-600: #2E6CB2;
--steel-blue-700: #25568E;
--steel-blue-800: #1A3D65;
--steel-blue-900: #112741;
--steel-blue-950: #0A1829;
}