Steel Blue
#2473BC
BlueColor Codes
All color formats for development
HEX
#2473BCRGB
rgb(36, 115, 188)HSL
hsl(209, 68%, 44%)OKLCH
oklch(0.546 0.136 250.6)CMYK
cmyk(81%, 39%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2067AA
2#1D5C97
3#195084
4#164571
5#12395E
6#0E2E4B
7#0B2239
8#071726
9#040B13
Tints
Lighter variations
1#2881D4
2#3F8FDA
3#579DDF
4#6FABE4
5#87B9E8
6#9FC7ED
7#B7D5F1
8#CFE3F6
9#E7F1FA
Tones
Muted variations
1#2C72B5
2#3372AD
3#3B72A6
4#42729E
5#4A7196
6#52718F
7#597187
8#61717F
9#697078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC6 #9CC6EC | BordersInactive statesPlaceholder text |
| 400 | 69A8 #69A8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8F #3E8FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2473 #2473BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5B #1D5B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EEF9;
--steel-blue-200: #C7DFF4;
--steel-blue-300: #9CC6EC;
--steel-blue-400: #69A8E2;
--steel-blue-500: #3E8FDA;
--steel-blue-600: #2473BC;
--steel-blue-700: #1D5B96;
--steel-blue-800: #14416B;
--steel-blue-900: #0D2A45;
--steel-blue-950: #081A2B;
}