Steel Blue
#2E80B2
BlueColor Codes
All color formats for development
HEX
#2E80B2RGB
rgb(46, 128, 178)HSL
hsl(203, 59%, 44%)OKLCH
oklch(0.573 0.109 239.8)CMYK
cmyk(74%, 28%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2973A1
2#25668F
3#20597D
4#1C4D6B
5#174059
6#123347
7#0E2636
8#091A24
9#050D12
Tints
Lighter variations
1#3490C9
2#499CD0
3#60A9D6
4#77B5DC
5#8DC1E2
6#A4CEE8
7#BBDAED
8#D2E6F3
9#E8F3F9
Tones
Muted variations
1#357EAC
2#3B7DA5
3#427B9F
4#487998
5#4F7891
6#56768B
7#5C7584
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 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE7 | BordersInactive statesPlaceholder text |
| 400 | 71B2 #71B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 499C #499CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E80 #2E80B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2566 #25668E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4965 | 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: #E3F0F8;
--steel-blue-200: #CAE2F1;
--steel-blue-300: #A2CCE7;
--steel-blue-400: #71B2DA;
--steel-blue-500: #499CD0;
--steel-blue-600: #2E80B2;
--steel-blue-700: #25668E;
--steel-blue-800: #1A4965;
--steel-blue-900: #112E41;
--steel-blue-950: #0A1D29;
}