Steel Blue
#4B7A95
BlueColor Codes
All color formats for development
HEX
#4B7A95RGB
rgb(75, 122, 149)HSL
hsl(202, 33%, 44%)OKLCH
oklch(0.557 0.066 234.9)CMYK
cmyk(50%, 18%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446E86
2#3C6277
3#355568
4#2D495A
5#263D4B
6#1E313C
7#17252D
8#0F181E
9#080C0F
Tints
Lighter variations
1#558AA8
2#6797B2
3#7AA4BC
4#8DB1C6
5#A0BECF
6#B3CBD9
7#C6D8E2
8#D9E5EC
9#ECF2F5
Tones
Muted variations
1#4F7992
2#53788E
3#56778A
4#5A7686
5#5E7583
6#61747F
7#65737B
8#697278
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AE #88AEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6696 #6696B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7A #4B7A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C61 #3C6177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B45 #2B4555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2C #1B2C36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF3;
--steel-blue-200: #D3E1E9;
--steel-blue-300: #B1CAD8;
--steel-blue-400: #88AEC3;
--steel-blue-500: #6696B2;
--steel-blue-600: #4B7A95;
--steel-blue-700: #3C6177;
--steel-blue-800: #2B4555;
--steel-blue-900: #1B2C36;
--steel-blue-950: #111C22;
}