Steel Blue
#2764B9
BlueColor Codes
All color formats for development
HEX
#2764B9RGB
rgb(39, 100, 185)HSL
hsl(215, 65%, 44%)OKLCH
oklch(0.511 0.148 257.6)CMYK
cmyk(79%, 46%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235AA7
2#1F5094
3#1B4682
4#183C6F
5#14325D
6#10284A
7#0C1E38
8#081425
9#040A13
Tints
Lighter variations
1#2C71D1
2#4380D7
3#5A90DC
4#72A0E1
5#89B0E6
6#A1C0EB
7#B8D0F0
8#D0DFF5
9#E7EFFA
Tones
Muted variations
1#2F65B2
2#3666AB
3#3D68A3
4#44699C
5#4C6A95
6#536B8D
7#5A6D86
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 | C8DA #C8DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBE #9EBEEA | BordersInactive statesPlaceholder text |
| 400 | 6C9C #6C9CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4280 #4280D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2764 #2764B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F50 #1F5093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1639 #163969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E24 #0E2443 | 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: #C8DAF3;
--steel-blue-300: #9EBEEA;
--steel-blue-400: #6C9CE0;
--steel-blue-500: #4280D7;
--steel-blue-600: #2764B9;
--steel-blue-700: #1F5093;
--steel-blue-800: #163969;
--steel-blue-900: #0E2443;
--steel-blue-950: #09172A;
}