Steel Blue
#2E5FB2
BlueColor Codes
All color formats for development
HEX
#2E5FB2RGB
rgb(46, 95, 178)HSL
hsl(218, 59%, 44%)OKLCH
oklch(0.497 0.142 260.3)CMYK
cmyk(74%, 47%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2955A1
2#254C8F
3#20427D
4#1C396B
5#172F59
6#122647
7#0E1C36
8#091324
9#050912
Tints
Lighter variations
1#346BC9
2#497BD0
3#608BD6
4#779CDC
5#8DACE2
6#A4BDE8
7#BBCDED
8#D2DEF3
9#E8EEF9
Tones
Muted variations
1#3560AC
2#3B62A5
3#42649F
4#486698
5#4F6791
6#56698B
7#5C6B84
8#636D7D
9#6A6E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE7 | BordersInactive statesPlaceholder text |
| 400 | 7198 #7198DA | Disabled statesSecondary iconsMuted text |
| 500 | 497A #497AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5F #2E5FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A36 #1A3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CAD9F1;
--steel-blue-300: #A2BBE7;
--steel-blue-400: #7198DA;
--steel-blue-500: #497AD0;
--steel-blue-600: #2E5FB2;
--steel-blue-700: #254B8E;
--steel-blue-800: #1A3665;
--steel-blue-900: #112241;
--steel-blue-950: #0A1529;
}