Steel Blue
#2E75B2
BlueColor Codes
All color formats for development
HEX
#2E75B2RGB
rgb(46, 117, 178)HSL
hsl(208, 59%, 44%)OKLCH
oklch(0.547 0.118 248)CMYK
cmyk(74%, 34%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2969A1
2#255D8F
3#20527D
4#1C466B
5#173A59
6#122F47
7#0E2336
8#091724
9#050C12
Tints
Lighter variations
1#3483C9
2#4991D0
3#609FD6
4#77ADDC
5#8DBAE2
6#A4C8E8
7#BBD6ED
8#D2E4F3
9#E8F1F9
Tones
Muted variations
1#3574AC
2#3B74A5
3#42739F
4#487398
5#4F7291
6#56728B
7#5C7284
8#63717D
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 | CADF #CADFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C7 #A2C7E7 | BordersInactive statesPlaceholder text |
| 400 | 71A9 #71A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4991 #4991D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E75 #2E75B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A42 #1A4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A41 | 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: #CADFF1;
--steel-blue-300: #A2C7E7;
--steel-blue-400: #71A9DA;
--steel-blue-500: #4991D0;
--steel-blue-600: #2E75B2;
--steel-blue-700: #255D8E;
--steel-blue-800: #1A4265;
--steel-blue-900: #112A41;
--steel-blue-950: #0A1B29;
}