Steel Blue
#2D5CB4
BlueColor Codes
All color formats for development
HEX
#2D5CB4RGB
rgb(45, 92, 180)HSL
hsl(219, 60%, 44%)OKLCH
oklch(0.491 0.149 261.5)CMYK
cmyk(75%, 49%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2853A2
2#244A90
3#1F407E
4#1B376C
5#162E5A
6#122548
7#0D1C36
8#091224
9#040912
Tints
Lighter variations
1#3368CA
2#4878D1
3#5F89D7
4#769ADD
5#8DABE2
6#A4BCE8
7#BACCEE
8#D1DDF4
9#E8EEF9
Tones
Muted variations
1#345EAD
2#3A60A6
3#41629F
4#486499
5#4F6692
6#55688B
7#5C6A84
8#636C7E
9#696E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 7096 #7096DB | Disabled statesSecondary iconsMuted text |
| 500 | 4778 #4778D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5C #2D5CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2449 #24498F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | 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: #E2EAF8;
--steel-blue-200: #CAD8F2;
--steel-blue-300: #A1BAE8;
--steel-blue-400: #7096DB;
--steel-blue-500: #4778D1;
--steel-blue-600: #2D5CB4;
--steel-blue-700: #24498F;
--steel-blue-800: #1A3466;
--steel-blue-900: #102141;
--steel-blue-950: #0A1529;
}