Steel Blue
#2C5CB5
BlueColor Codes
All color formats for development
HEX
#2C5CB5RGB
rgb(44, 92, 181)HSL
hsl(219, 61%, 44%)OKLCH
oklch(0.492 0.151 261.4)CMYK
cmyk(76%, 49%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2753A3
2#234991
3#1F407E
4#1A376C
5#162E5A
6#122548
7#0D1C36
8#091224
9#040912
Tints
Lighter variations
1#3167CC
2#4778D2
3#5E89D8
4#759ADE
5#8CABE3
6#A3BBE9
7#BACCEE
8#D1DDF4
9#E8EEF9
Tones
Muted variations
1#335EAE
2#3960A7
3#4062A0
4#476499
5#4E6692
6#55688C
7#5C6A85
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 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | 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: #6F95DC;
--steel-blue-500: #4677D2;
--steel-blue-600: #2C5CB5;
--steel-blue-700: #234990;
--steel-blue-800: #193467;
--steel-blue-900: #102142;
--steel-blue-950: #0A1529;
}