Steel Blue
#2463BC
BlueColor Codes
All color formats for development
HEX
#2463BCRGB
rgb(36, 99, 188)HSL
hsl(215, 68%, 44%)OKLCH
oklch(0.51 0.154 258)CMYK
cmyk(81%, 47%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205AAA
2#1D5097
3#194684
4#163C71
5#12325E
6#0E284B
7#0B1E39
8#071426
9#040A13
Tints
Lighter variations
1#2870D4
2#3F80DA
3#5790DF
4#6FA0E4
5#87B0E8
6#9FBFED
7#B7CFF1
8#CFDFF6
9#E7EFFA
Tones
Muted variations
1#2C65B5
2#3366AD
3#3B67A6
4#42699E
5#4A6A96
6#526B8F
7#596C87
8#616E7F
9#696F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DA #C7DAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBE #9CBEEC | BordersInactive statesPlaceholder text |
| 400 | 699C #699CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E7F #3E7FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2463 #2463BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4F #1D4F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1439 #14396B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D24 #0D2445 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F6FD;
--steel-blue-100: #E1EBF9;
--steel-blue-200: #C7DAF4;
--steel-blue-300: #9CBEEC;
--steel-blue-400: #699CE2;
--steel-blue-500: #3E7FDA;
--steel-blue-600: #2463BC;
--steel-blue-700: #1D4F96;
--steel-blue-800: #14396B;
--steel-blue-900: #0D2445;
--steel-blue-950: #08172B;
}