Steel Blue
#2E7DB2
BlueColor Codes
All color formats for development
HEX
#2E7DB2RGB
rgb(46, 125, 178)HSL
hsl(204, 59%, 44%)OKLCH
oklch(0.566 0.112 242.2)CMYK
cmyk(74%, 30%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2971A1
2#25648F
3#20587D
4#1C4B6B
5#173F59
6#123247
7#0E2636
8#091924
9#050D12
Tints
Lighter variations
1#348DC9
2#499AD0
3#60A7D6
4#77B3DC
5#8DC0E2
6#A4CDE8
7#BBD9ED
8#D2E6F3
9#E8F2F9
Tones
Muted variations
1#357CAC
2#3B7BA5
3#42799F
4#487898
5#4F7791
6#56758B
7#5C7484
8#63737D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CB #A2CBE7 | BordersInactive statesPlaceholder text |
| 400 | 71B0 #71B0DA | Disabled statesSecondary iconsMuted text |
| 500 | 499A #499AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E7D #2E7DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2564 #25648E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A47 #1A4765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF8;
--steel-blue-200: #CAE2F1;
--steel-blue-300: #A2CBE7;
--steel-blue-400: #71B0DA;
--steel-blue-500: #499AD0;
--steel-blue-600: #2E7DB2;
--steel-blue-700: #25648E;
--steel-blue-800: #1A4765;
--steel-blue-900: #112E41;
--steel-blue-950: #0A1D29;
}