Steel Blue
#2E67B2
BlueColor Codes
All color formats for development
HEX
#2E67B2RGB
rgb(46, 103, 178)HSL
hsl(214, 59%, 44%)OKLCH
oklch(0.515 0.133 256.4)CMYK
cmyk(74%, 42%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295DA1
2#25538F
3#20487D
4#1C3E6B
5#173459
6#122947
7#0E1F36
8#091524
9#050A12
Tints
Lighter variations
1#3475C9
2#4984D0
3#6093D6
4#77A3DC
5#8DB2E2
6#A4C1E8
7#BBD1ED
8#D2E0F3
9#E8F0F9
Tones
Muted variations
1#3568AC
2#3B69A5
3#426A9F
4#486B98
5#4F6C91
6#566D8B
7#5C6E84
8#636E7D
9#6A6F77
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 | CADB #CADBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E7 | BordersInactive statesPlaceholder text |
| 400 | 719F #719FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4983 #4983D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E67 #2E67B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | 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: #CADBF1;
--steel-blue-300: #A2C0E7;
--steel-blue-400: #719FDA;
--steel-blue-500: #4983D0;
--steel-blue-600: #2E67B2;
--steel-blue-700: #25528E;
--steel-blue-800: #1A3B65;
--steel-blue-900: #112641;
--steel-blue-950: #0A1729;
}