Steel Blue
#2864B8
BlueColor Codes
All color formats for development
HEX
#2864B8RGB
rgb(40, 100, 184)HSL
hsl(215, 64%, 44%)OKLCH
oklch(0.51 0.146 257.7)CMYK
cmyk(78%, 46%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245AA6
2#205093
3#1C4681
4#183C6E
5#14325C
6#10284A
7#0C1E37
8#081425
9#040A12
Tints
Lighter variations
1#2E71CF
2#4481D6
3#5B90DB
4#72A0E0
5#8AB0E5
6#A1C0EA
7#B9D0F0
8#D0DFF5
9#E8EFFA
Tones
Muted variations
1#3065B1
2#3767AA
3#3E68A2
4#45699B
5#4C6A94
6#536B8D
7#5B6D86
8#626E7F
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DA #C9DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBE #9FBEEA | BordersInactive statesPlaceholder text |
| 400 | 6D9C #6D9CDF | Disabled statesSecondary iconsMuted text |
| 500 | 4380 #4380D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2864 #2864B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2050 #205092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1739 #173969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F24 #0F2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2EBF9;
--steel-blue-200: #C9DAF3;
--steel-blue-300: #9FBEEA;
--steel-blue-400: #6D9CDF;
--steel-blue-500: #4380D6;
--steel-blue-600: #2864B8;
--steel-blue-700: #205092;
--steel-blue-800: #173969;
--steel-blue-900: #0F2443;
--steel-blue-950: #09172A;
}