Steel Blue
#2E6AB2
BlueColor Codes
All color formats for development
HEX
#2E6AB2RGB
rgb(46, 106, 178)HSL
hsl(213, 59%, 44%)OKLCH
oklch(0.522 0.13 254.8)CMYK
cmyk(74%, 40%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295FA1
2#25548F
3#204A7D
4#1C3F6B
5#173559
6#122A47
7#0E2036
8#091524
9#050B12
Tints
Lighter variations
1#3477C9
2#4986D0
3#6095D6
4#77A4DC
5#8DB3E2
6#A4C3E8
7#BBD2ED
8#D2E1F3
9#E8F0F9
Tones
Muted variations
1#356AAC
2#3B6BA5
3#426C9F
4#486C98
5#4F6D91
6#566E8B
7#5C6E84
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 | CADC #CADCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E7 | BordersInactive statesPlaceholder text |
| 400 | 71A0 #71A0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4985 #4985D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6A #2E6AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | 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: #CADCF1;
--steel-blue-300: #A2C1E7;
--steel-blue-400: #71A0DA;
--steel-blue-500: #4985D0;
--steel-blue-600: #2E6AB2;
--steel-blue-700: #25548E;
--steel-blue-800: #1A3C65;
--steel-blue-900: #112641;
--steel-blue-950: #0A1829;
}