Steel Blue
#2E77B2
BlueColor Codes
All color formats for development
HEX
#2E77B2RGB
rgb(46, 119, 178)HSL
hsl(207, 59%, 44%)OKLCH
oklch(0.552 0.117 246.6)CMYK
cmyk(74%, 33%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296BA1
2#255F8F
3#20537D
4#1C476B
5#173B59
6#123047
7#0E2436
8#091824
9#050C12
Tints
Lighter variations
1#3486C9
2#4994D0
3#60A1D6
4#77AEDC
5#8DBCE2
6#A4C9E8
7#BBD7ED
8#D2E4F3
9#E8F2F9
Tones
Muted variations
1#3576AC
2#3B75A5
3#42759F
4#487498
5#4F7491
6#56738B
7#5C7284
8#63727D
9#6A7177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E7 | BordersInactive statesPlaceholder text |
| 400 | 71AB #71ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4993 #4993D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E77 #2E77B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255F #255F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF8;
--steel-blue-200: #CAE0F1;
--steel-blue-300: #A2C8E7;
--steel-blue-400: #71ABDA;
--steel-blue-500: #4993D0;
--steel-blue-600: #2E77B2;
--steel-blue-700: #255F8E;
--steel-blue-800: #1A4465;
--steel-blue-900: #112B41;
--steel-blue-950: #0A1B29;
}