Steel Blue
#2469BC
BlueColor Codes
All color formats for development
HEX
#2469BCRGB
rgb(36, 105, 188)HSL
hsl(213, 68%, 44%)OKLCH
oklch(0.523 0.147 255.5)CMYK
cmyk(81%, 44%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205EAA
2#1D5497
3#194984
4#163F71
5#12345E
6#0E2A4B
7#0B1F39
8#071526
9#040A13
Tints
Lighter variations
1#2876D4
2#3F85DA
3#5794DF
4#6FA3E4
5#87B3E8
6#9FC2ED
7#B7D1F1
8#CFE0F6
9#E7F0FA
Tones
Muted variations
1#2C69B5
2#336AAD
3#3B6BA6
4#426C9E
5#4A6C96
6#526D8F
7#596E87
8#616F7F
9#696F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0EC | BordersInactive statesPlaceholder text |
| 400 | 69A0 #69A0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E84 #3E84DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2469 #2469BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D53 #1D5396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1ECF9;
--steel-blue-200: #C7DCF4;
--steel-blue-300: #9CC0EC;
--steel-blue-400: #69A0E2;
--steel-blue-500: #3E84DA;
--steel-blue-600: #2469BC;
--steel-blue-700: #1D5396;
--steel-blue-800: #143B6B;
--steel-blue-900: #0D2645;
--steel-blue-950: #08182B;
}