Steel Blue
#4B7B95
BlueColor Codes
All color formats for development
HEX
#4B7B95RGB
rgb(75, 123, 149)HSL
hsl(201, 33%, 44%)OKLCH
oklch(0.559 0.066 233.4)CMYK
cmyk(50%, 17%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446F86
2#3C6377
3#355668
4#2D4A5A
5#263E4B
6#1E313C
7#17252D
8#0F191E
9#080C0F
Tints
Lighter variations
1#558BA8
2#6798B2
3#7AA5BC
4#8DB2C6
5#A0BFCF
6#B3CCD9
7#C6D8E2
8#D9E5EC
9#ECF2F5
Tones
Muted variations
1#4F7A92
2#53798E
3#56788A
4#5A7786
5#5E7683
6#61757F
7#65747B
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 | 88AF #88AFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6698 #6698B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7B #4B7B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C62 #3C6277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B46 #2B4655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2D #1B2D36 | 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: #88AFC3;
--steel-blue-500: #6698B2;
--steel-blue-600: #4B7B95;
--steel-blue-700: #3C6277;
--steel-blue-800: #2B4655;
--steel-blue-900: #1B2D36;
--steel-blue-950: #111C22;
}