Steel Blue
#2775B9
BlueColor Codes
All color formats for development
HEX
#2775B9RGB
rgb(39, 117, 185)HSL
hsl(208, 65%, 44%)OKLCH
oklch(0.549 0.13 249.1)CMYK
cmyk(79%, 37%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2369A7
2#1F5E94
3#1B5282
4#18466F
5#143B5D
6#102F4A
7#0C2338
8#081725
9#040C13
Tints
Lighter variations
1#2C84D1
2#4392D7
3#5A9FDC
4#72ADE1
5#89BBE6
6#A1C8EB
7#B8D6F0
8#D0E4F5
9#E7F1FA
Tones
Muted variations
1#2F75B2
2#3674AB
3#3D74A3
4#44739C
5#4C7395
6#53728D
7#5A7286
8#62717F
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EA | BordersInactive statesPlaceholder text |
| 400 | 6CAA #6CAAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4291 #4291D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2775 #2775B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5D #1F5D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #164369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EEF9;
--steel-blue-200: #C8DFF3;
--steel-blue-300: #9EC7EA;
--steel-blue-400: #6CAAE0;
--steel-blue-500: #4291D7;
--steel-blue-600: #2775B9;
--steel-blue-700: #1F5D93;
--steel-blue-800: #164369;
--steel-blue-900: #0E2B43;
--steel-blue-950: #091B2A;
}