Steel Blue
#2777B9
BlueColor Codes
All color formats for development
HEX
#2777B9RGB
rgb(39, 119, 185)HSL
hsl(207, 65%, 44%)OKLCH
oklch(0.554 0.128 247.9)CMYK
cmyk(79%, 36%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236CA7
2#1F6094
3#1B5482
4#18486F
5#143C5D
6#10304A
7#0C2438
8#081825
9#040C13
Tints
Lighter variations
1#2C87D1
2#4394D7
3#5AA2DC
4#72AFE1
5#89BCE6
6#A1CAEB
7#B8D7F0
8#D0E4F5
9#E7F2FA
Tones
Muted variations
1#2F77B2
2#3676AB
3#3D75A3
4#44759C
5#4C7495
6#53738D
7#5A7286
8#62727F
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 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | 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: #C8E0F3;
--steel-blue-300: #9EC8EA;
--steel-blue-400: #6CACE0;
--steel-blue-500: #4294D7;
--steel-blue-600: #2777B9;
--steel-blue-700: #1F5F93;
--steel-blue-800: #164469;
--steel-blue-900: #0E2B43;
--steel-blue-950: #091B2A;
}