Steel Blue
#2E61B2
BlueColor Codes
All color formats for development
HEX
#2E61B2RGB
rgb(46, 97, 178)HSL
hsl(217, 59%, 44%)OKLCH
oklch(0.501 0.14 259.4)CMYK
cmyk(74%, 46%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2957A1
2#254D8F
3#20447D
4#1C3A6B
5#173059
6#122747
7#0E1D36
8#091324
9#050A12
Tints
Lighter variations
1#346DC9
2#497DD0
3#608DD6
4#779EDC
5#8DAEE2
6#A4BEE8
7#BBCEED
8#D2DFF3
9#E8EFF9
Tones
Muted variations
1#3562AC
2#3B64A5
3#42659F
4#486798
5#4F6891
6#566A8B
7#5C6C84
8#636D7D
9#6A6F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE7 | BordersInactive statesPlaceholder text |
| 400 | 7199 #7199DA | Disabled statesSecondary iconsMuted text |
| 500 | 497C #497CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E61 #2E61B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EBF8;
--steel-blue-200: #CAD9F1;
--steel-blue-300: #A2BCE7;
--steel-blue-400: #7199DA;
--steel-blue-500: #497CD0;
--steel-blue-600: #2E61B2;
--steel-blue-700: #254D8E;
--steel-blue-800: #1A3765;
--steel-blue-900: #112341;
--steel-blue-950: #0A1629;
}